image-classification
Here are 2,075 public repositories matching this topic...
-
Updated
Jan 5, 2020 - Jupyter Notebook
-
Updated
May 19, 2020 - C#
-
Updated
May 8, 2020
I've moved from Caffe/Digits to TensorFlow in my own work, and I want to update this to show how to do the same tasks with TensorFlow.
Given the hard work by @BirkhoffLee translating the original, I don't want to break what we already have. I'm debating whether to integrate it into the current document, or start a new one. I think it's nice to see how transferable the approach is across ML fr
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.
-
Updated
Apr 25, 2020
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
Create text classification project that shows text to the annotator. The text also includes URLs or terms that the annotator may want to look up.
However normal copying the string to look up is not possible, presumably because the code that normally handles text selection in order create a sequence annotation (like for NER) is active.
"Normal copying" would be that the user marks the text to
-
Updated
Dec 3, 2019 - Python
- Explain in notebook/FAQ what non-maxima suppression is what values to set (threshold on IoU)
- Explain and provide code how to pick a good score threshold (reuse Patrick's plot which was implemented for the drone demo)
Dear TF Hub Team,
USE paper Section 5 has a interesting paragraph on evaluation where authors use Arc Cosine (Cos Inverse) whose range is 0 to Pi in radians instead of plain cosine distance with range 0 to 2.
". For the pairwise semantic similarity task, we directly assess
the similarity of the sentence embedding produced by our two encoders. As show
I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g
Hi,
I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)
My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?
Is there something missing in the docs?
Example: https://www.deepdetec
-
Updated
Jun 26, 2017 - JavaScript
Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.
Proposal
Would be logically to add a CheckpointCallback
with parameter save_n_best=0
to a configuration and do not store best checkpoints and instead use the latest state of the model.
-
Updated
May 17, 2020 - Python
We have a lot of repetitive instances in our data and it a simple Copy/Cut - Paste (Ctrl+C/X and Ctrl+V) function for bounding boxes would help speed up labelling by a lot!
Edit: Also multi-selection of multiple boxes/geometries would be great for a faster workflow
-
Updated
Jan 9, 2020
-
Updated
Apr 9, 2020 - Python
-
Updated
Apr 11, 2020 - Python
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Aug 27, 2019 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Nov 26, 2019 - Python
Thanks so much for your implementation. But I have several questions:
- In the below picture, it seems that the class with less numbers is sampled repeatedly, while the class with more numbers is sub-sampled. So I wonder what's the difference between your method and traditional method?
![image](https://user-images.githubusercontent.com/13477956/53692261-7dcec580-3dc7-11e9-9363-968f3519bc81.p
-
Updated
May 14, 2020 - Python
-
Updated
Feb 5, 2019 - Python
-
Updated
Mar 22, 2017 - Jupyter Notebook
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."
It would be nice to mention the dependency on
libxml2-dev libxslt1-dev
in the docs when building from source on Ubuntu.