-
Updated
Dec 29, 2019 - Jupyter Notebook
segmentation
Here are 1,251 public repositories matching this topic...
-
Updated
Mar 10, 2020 - Python
I trained > 100k, the loss looks fine, the bounding box looks too much, but the mask looks very wrong. Is it the visualization bug or we need more training?
Tutorial imagenet-example-2.md - Documentation update about c++11 compile option and CUDA_NVCC_FLAGS
Hello,
On Ubuntu 16.04, the code of tutorial imagenet-example-2.md cannot compile without adding the following line in CMakeLists.txt:
add_compile_options(-std=c++11)
When the previous line is not added, I get the following output:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/akinsella/Workspace/Projects/Jetson/my-recognition
[
-
Updated
Sep 5, 2019 - Python
-
Updated
Dec 16, 2019 - Python
In file binary segmentation (camvid).ipynb, block 5, there is:
# Lets look at data we have
dataset = Dataset(x_train_dir, y_train_dir, classes=['car', 'pedestrian'])
image, mask = dataset[5] # get some sample
visualize(
image=image,
cars_mask=mask[..., 0].squeeze(),
sky_mask=mask[..., 1].squeeze(),
background_mask=mask[..., 2].squeeze(),
)
here, sky_mask
-
Updated
Jun 14, 2019 - Python
Triplet loss epic
When generating lists of tile ids covering geometries we are seeing a difference between the tile-cover and the rs cover generated tile ids. For the same geometries:
wc -l /tmp/tile-cover.tiles
116230 /tmp/tile-cover.tiles
wc -l /tmp/rs-cover.tiles
115248 /tmp/rs-cover.tiles
Our rs cover tool does not include 982 tiles the `ti
-
Updated
Oct 18, 2019 - Python
-
Updated
Mar 10, 2020 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
Feb 29, 2020
-
Updated
Mar 20, 2020 - Python
-
Updated
Mar 22, 2018 - Python
-
Updated
Feb 5, 2020
-
Updated
Mar 1, 2020 - Jupyter Notebook
I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?
Thanks.
-
Updated
Jan 24, 2020 - Python
-
Updated
Dec 15, 2017 - Python
-
Updated
Mar 19, 2020 - Python
-
Updated
Dec 26, 2019 - Python
-
Updated
Mar 13, 2020 - Python
-
Updated
Mar 12, 2020 - C++
-
Updated
Mar 2, 2018 - Python
-
Updated
Jan 30, 2020 - Python
-
Updated
Mar 9, 2020 - Python
Improve this page
Add a description, image, and links to the segmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the segmentation topic, visit your repo's landing page and select "manage topics."

There is a set of Pixel Level transforms that is used in the work
Benchmarking Neural Network Robustness to Common Corruptions and PerturbationsThe authors also share the code => we can absorb some transforms that they have into the library.
https://github.com/hendrycks/robustness/blob/master/ImageNet-C/create_c/make_imagenet_c.py