-
Updated
Jun 26, 2020 - Python
detection
Here are 1,225 public repositories matching this topic...
Some options only work with HTTPS. Document this in the list of options.
-
Updated
Oct 11, 2019
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
Jun 25, 2020
-
Updated
Jun 22, 2020 - C#
-
Updated
Jun 18, 2020 - Python
-
Updated
Jun 25, 2020 - JavaScript
I trained > 100k, the loss looks fine, the bounding box looks too much, but the mask looks very wrong. Is it the visualization bug or we need more training?
-
Updated
Jun 27, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Sep 5, 2019 - Python
Describe the bug
Project settings -> tags, are not saved unless user hits 'Enter' after typing new tag.
To Reproduce
Steps to reproduce the behavior:
- In project settings, add new tag.
- Click 'Save Project'.
- Exit project settings pane and return.
- New tag is not saved.
Expected behavior
Tag should be saved when clicking 'Save Project'.
Screenshots
If a
-
Updated
Jun 26, 2020 - Python
-
Updated
May 10, 2020 - Python
I am Android engineer,just follow tutorial "https://docs.opencv.org/3.4.0/d0/d6c/tutorial_dnn_android.html" linked there to find "MobileNetSSD_deploy.caffemodel" file but there is another one ; when i use the file "MobileNet_deploy.caffemodel"
the output is not work as expected
-
Updated
Mar 4, 2020 - Python
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Jun 14, 2020
when i follow the recommended consul-upgrade steps, i have the following doubt:
At the beginning, i have 3 consul server(A/B/C) with one in bootstrap mode(A).
when i run 'consul leave' command in the server with bootstrap-mode(A), the remaining 2 servers will elect new leader(B). no error here.
when i restart A with bootstrap mode, there comes the error.
should i remove the bootstrap opti
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
Jun 3, 2020 - Python
-
Updated
Jun 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the detection 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.