imagenet
Here are 280 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
→ Step 1: Describe the issue 📝
bodypix returns error in p5js instance mode
→ Step 2: Screenshots or Relevant Documentation 🖼
→ Step 3: Share an example of the issue 🦄
https://editor.p5js.org/micuat/sketches/PYuow4Be3
- Web browser & version: chrome (but perhaps any)
- Operating System: windows (but perhaps any)
- ml5 version you're using: 0.5.0
- **Any addit
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
May 7, 2020 - Python
-
Updated
May 25, 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
Mar 22, 2018 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Apr 2, 2019 - Python
Modify 2_one-pixel-attack-imagenet.ipynb to download a sample subset of ImageNet files with appropriate labels. The files should be preprocessed as to be ready for the attack.
-
Updated
Mar 29, 2020 - Python
-
Updated
Apr 16, 2019 - HTML
-
Updated
Apr 7, 2020 - Python
We need to create a separate dependencies list for react usage. Many react users won't need youtube-dl or ffmpeg libaries and we don't want things to be super bloated if they're using it as an npm module.
-
Updated
Jul 30, 2017 - Jupyter Notebook
-
Updated
Jun 26, 2019 - Python
-
Updated
Apr 21, 2020 - Python
Typos in readme.md
-
Updated
May 17, 2019 - Python
-
Updated
Jun 23, 2019 - 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
-
Updated
May 24, 2020 - Python
-
Updated
Apr 3, 2019 - Lua
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.
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.