-
Updated
Jul 9, 2020 - Python
object-detection
Here are 2,647 public repositories matching this topic...
-
Updated
Jul 15, 2020 - C
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 12, 2020
-
Updated
Jul 16, 2020 - Python
-
Updated
Jun 15, 2020 - C#
-
Updated
Oct 11, 2019
I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt
-
Updated
Jul 6, 2020
GCP QUICKSTART GUIDE
To get started using this repo quickly using a Google Cloud Platform (GCP) Deep Learning Virtual Machine (VM) follow the instructions below. New GCP users are eligible for a $300 free credit offer. Other quickstart options for this repo include our [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov3/blob
A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module
import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()
In that way verbosity can be globally
-
Updated
Dec 19, 2019 - C++
-
Updated
Jul 16, 2020 - Python
-
Updated
Oct 30, 2018 - Jupyter Notebook
-
Updated
Jun 11, 2020
-
Updated
Apr 27, 2020 - Python
-
Updated
May 18, 2020 - Python
-
Updated
Jul 12, 2020 - Python
-
Updated
Oct 26, 2019 - Python
-
Updated
Jul 16, 2020 - C++
hello大家好,我是该仓库的作者。鉴于我复现tensorflow-yolov3踩了太多坑,特此发个贴,帮助大家少走弯路。大家有问题可以在下面留言。
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
Jul 14, 2020 - Jupyter Notebook
-
Updated
Jul 30, 2019 - Python
-
Updated
Feb 21, 2019 - Python
-
Updated
Jul 15, 2020
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 6, 2020 - Python
Improve this page
Add a description, image, and links to the object-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-detection topic, visit your repo's landing page and select "manage topics."



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