-
Updated
Sep 5, 2020 - Python
image-classification
Here are 2,506 public repositories matching this topic...
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Aug 26, 2020 - C#
-
Updated
Aug 13, 2020
-
Updated
Sep 8, 2020
-
Updated
Apr 29, 2019 - Python
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.
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
Sep 8, 2020 - JavaScript
-
Updated
Dec 3, 2019 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 10, 2020 - Python
🐛 Bug Report
If you try to run experiment in system/docker container where missing git (in system) your code will crush at this line:
https://github.com/catalyst-team/catalyst/blob/master/catalyst/utils/pipelines.py#L4
with message like this:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/git/__init__.py", line 83, in <module>
refresh()
-
Updated
Sep 11, 2020 - C++
-
Updated
Jun 26, 2017 - JavaScript
-
Updated
Jul 23, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 24, 2020 - Python
-
Updated
Jan 9, 2020
-
Updated
Aug 8, 2020 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Apr 11, 2020 - Python
-
Updated
Jun 19, 2020 - Python
-
Updated
Nov 26, 2019 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 9, 2020 - Jupyter Notebook
-
Updated
Sep 10, 2020 - Python
-
Updated
Feb 5, 2019 - Python
Improve this page
Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."


Add Seam Carving transform for images, masks, bounding boxes, landmarks:
https://www.pyimagesearch.com/2017/01/23/seam-carving-with-opencv-python-and-scikit-image/
https://github.com/andrewdcampbell/seam-carving