-
Updated
Aug 11, 2020
semantic-segmentation
Here are 863 public repositories matching this topic...
-
Updated
Sep 8, 2020 - Python
-
Updated
Dec 19, 2019 - C++
Thank you for the great effort, you are putting into this project :) There is, however, a feature I miss; rotated bounding boxes. Especially when objects are thin and diagonal, an ordinary bounding box fits poorly. Examples of such cases are shown here: rotated bounding boxes
A way annotation could be
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Python
-
Updated
Mar 8, 2020 - Python
-
Updated
Jun 30, 2020 - Python
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Oct 25, 2019 - Python
-
Updated
Dec 24, 2019 - Python
-
Updated
Sep 1, 2019 - Python
-
Updated
Oct 24, 2018 - Python
-
Updated
Sep 8, 2020 - Python
Also, "prev" button should not show if there is no previous sample
-
Updated
Jul 10, 2020 - Python
-
Updated
Sep 8, 2020 - Python
-
Updated
Jul 22, 2020 - Python
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Sep 3, 2020 - JavaScript
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that you wo
-
Updated
Sep 4, 2020
-
Updated
Feb 23, 2020 - Python
-
Updated
Feb 20, 2020 - Python
-
Updated
May 16, 2020 - Python
Improve this page
Add a description, image, and links to the semantic-segmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-segmentation topic, visit your repo's landing page and select "manage topics."


Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.