-
Updated
Dec 29, 2019 - Jupyter Notebook
segmentation
Here are 1,395 public repositories matching this topic...
-
Updated
May 12, 2020 - Python
When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512
to download_fcn_resnet18_cityscapes_2048x1024
Thanks for the amazing repo!
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?
-
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 30, 2020 - Python
When using an activation function of "Softmax2d" for many callbacks and losses, no argmax is applied
(I will compile a list and hopefully open a PR if needed)
Describe the bug
This behavior is present in a plethora of catalyst's callbacks and losses. It's consistent, but it's definitely confusing for many new users.
To Reproduce
Steps to reproduce the behavior:
Use these functions/classes:
Callbacks
- [
MeterMetricsCallback
](https://github.com/catalyst-team/catalyst/blob/mas
-
Updated
Jun 19, 2020 - Python
In 'pointnet2/scannet/preprocessing/collect_scannet_scenes.py' line #17, we refer to 'scannet_all.txt' file. It would be helpful if you guide where to get or how to generate this file?
Pytorch v1.1 (which we now use) comes with an official TensorBoard integration.
We should remove our custom logging and chart plotting and move to TensorBoard.
-
Updated
Jul 3, 2020 - Python
-
Updated
Jun 14, 2020
-
Updated
Jun 19, 2020 - Python
-
Updated
Feb 5, 2020
-
Updated
Mar 22, 2018 - Python
-
Updated
Jul 9, 2020 - Python
I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?
Thanks.
-
Updated
Mar 1, 2020 - Jupyter Notebook
我发现一些有疑问的地方
-
Updated
May 21, 2020 - Python
-
Updated
Dec 15, 2017 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Mar 25, 2020 - C++
-
Updated
Mar 2, 2018 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jul 6, 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."