imagenet
Here are 181 public repositories matching this topic...
I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.
The models built from these two files looks the same for me (the s
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
May 7, 2020 - Python
-
Updated
May 26, 2020 - Python
-
Updated
Mar 22, 2018 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Apr 2, 2019 - Python
-
Updated
Mar 29, 2020 - Python
-
Updated
Apr 7, 2020 - Python
-
Updated
Jun 26, 2019 - Python
-
Updated
Apr 21, 2020 - Python
Typos in readme.md
-
Updated
May 17, 2019 - Python
-
Updated
Jun 23, 2019 - Python
-
Updated
May 26, 2020 - Python
Have you changed the basic TENSORBOX to run on multiclass? If you did, do you have some documentation on how to use your updated version of TENSORBOX with multiclass? If you didn't, on which network do you base your multiclass detection, is it YOLO? And what was the purpose of using TENSORBOX?
Thank you...
-
Updated
Mar 26, 2020 - Python
-
Updated
Mar 16, 2020 - Python
Python has a test package which can shadow the import of the test.py module, leading to an ImportError when importing NN or kNN.
https://docs.python.org/2.7/library/test.html?highlight=test#module-test
https://docs.python.org/3.5/library/test.html
I suggest to rename it to test_embedding.py or something like that.
-
Updated
Aug 1, 2019 - Python
-
Updated
Nov 26, 2017 - Python
-
Updated
Sep 4, 2019 - Python
-
Updated
Aug 1, 2019 - Python
-
Updated
May 5, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Dec 8, 2018 - Python
-
Updated
Jan 7, 2020 - Python
Improve this page
Add a description, image, and links to the imagenet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imagenet topic, visit your repo's landing page and select "manage topics."
It would be nice to mention the dependency on
libxml2-dev libxslt1-devin the docs when building from source on Ubuntu.