-
Updated
May 25, 2020 - Python
detection
Here are 1,177 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
New Feature
Autoware launcher documentation and example to follow through needs updating.
Related to #1950 and #2056
The following need clarification/correction:
- Profile: purpose of this launch file, how to put a custom one together, etc. The current one just says
dummy
inside. - Add information in the second terminal that pops up, at the moment it is completely dark.
-
Updated
May 22, 2020 - C#
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 21, 2020 - Python
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
Jan 28, 2020 - Ruby
-
Updated
Sep 5, 2019 - Python
-
Updated
May 24, 2020 - Jupyter Notebook
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
May 11, 2020 - Python
Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.
Proposal
Would be logically to add a CheckpointCallback
with parameter save_n_best=0
to a configuration and do not store best checkpoints and instead use the latest state of the model.
-
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
Oct 4, 2019 - JavaScript
-
Updated
Mar 4, 2020 - Python
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
-
Updated
May 19, 2020
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
May 13, 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-dev
in the docs when building from source on Ubuntu.