yolov2
Here are 190 public repositories matching this topic...
I see you have added gaussian_yolov3_layer and yolo detection gaussian_box.(from this paper https://arxiv.org/abs/1904.04620)
can you provide a wiki or same example prototxts to explain how to use gaussian yolo correctly
thank you very much
-
Updated
Jul 29, 2019 - Python
TOC in readme
You may use a lot of TOC generator tools to add a table of contents into the readme because your readme is too long.
Another option is to use Sphinx to document your project.
-
Updated
May 7, 2020 - C#
-
Updated
Jul 7, 2018 - Python
-
Updated
Nov 17, 2018 - C++
-
Updated
Jan 28, 2020 - Jupyter Notebook
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Mar 6, 2020 - C++
I find your tool very useful, however when annotating objects close to image edges, it is very easy to drag the bbox outside of the image. Adding a small feature to keep the bbox within the image would be appreciated.
-
Updated
Jan 31, 2019
-
Updated
Dec 13, 2018 - TypeScript
-
Updated
May 24, 2019 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Jun 4, 2018 - C++
-
Updated
Jun 3, 2018 - Python
-
Updated
Feb 13, 2019 - Python
-
Updated
Feb 12, 2020 - Jupyter Notebook
-
Updated
Mar 24, 2019 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Oct 15, 2019 - Jupyter Notebook
-
Updated
Jan 15, 2020 - C++
-
Updated
Jul 18, 2018 - Python
-
Updated
Apr 20, 2018 - Java
-
Updated
Oct 8, 2019 - Python
-
Updated
Jun 26, 2019 - C++
-
Updated
Nov 18, 2018 - Python
-
Updated
Sep 23, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the yolov2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yolov2 topic, visit your repo's landing page and select "manage topics."
The 2x down-sampling is one of the important operations in reference models. But, a convolution or a pooling with
stride=2, padding='SAME'
may result in different outputs over different deep learning libraries (e.g., TensorFlow, CNTK, Theano, Caffe, Torch, ...) due to their different padding behaviors.For example (TensorNets syntax; but can be regarded as pseudo codes for other libraries),