-
Updated
Mar 4, 2020 - Python
detection
Here are 1,052 public repositories matching this topic...
Is it possible to modify it to work on text +hocr (overlayed on it)
So basically replacing image by image+hocr combo.
And then it can be used to annotate text document without having someone to type things after making box. As watever text comes inside box becomes the value for the key.
So at the end we have
Key, Value, Box-cordinates.
example: DATE, 28-May-2018, (x1,y1,x2,y2)
I will
-
Updated
Mar 4, 2020
https://hypothesis.readthedocs.io/en/latest/ works pretty well for finding corner cases.
I propose to extend the existing unit test functionality with the tests based on the Hypothesis library.
-
Updated
Mar 4, 2020 - Python
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
dummyinside. - Add information in the second terminal that pops up, at the moment it is completely dark.
-
Updated
Mar 4, 2020 - C#
-
Updated
Mar 3, 2020 - JavaScript
Traceback (most recent call last):
File "main.py", line 103, in
tf.app.run()
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "main.py", line 81, in main
data_dir=FLAGS.data_dir)
File "D:\DCGAN-tensorflow-master\model.py", lin
Expected Behavior
Detekt's homepage should show the given tags in YAML syntax.
Observed Behavior
Detekt's homepage doesn't show the given tags on the rendered page.
Steps to Reproduce
For instance:
- https://arturbosch.github.io/detekt/kotlindsl.html
- https://github.com/arturbosch/detekt/blob/master/docs/pages/gettingstarted/kotlindsl.md
<img width="900" alt="image" src="h
-
Updated
Mar 4, 2020 - Ruby
PLEASE FOLLOW THESE INSTRUCTIONS BEFORE POSTING
- Read the README.md thoroughly ! README.md is not a decoration.
- Please search existing open and closed issues in case your issue has already been reported
- Please try to debug the issue in case you can solve it on your own before posting
After following steps above and agreeing to provide the detailed information requested be
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
Mar 2, 2020 - Python
Triplet loss epic
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Mar 4, 2020
-
Updated
Feb 29, 2020 - Go
Normalize inputs
-
Updated
Mar 3, 2020 - Python
miss rate is defined as 1 - recall or FN / ( FN + TP ) so i guess tha naming of the parameter in the function
https://github.com/Cartucho/mAP/blob/92e6d334c903ab795fdae15d1a45730d768b4c08/main.py#L80
should be recall instead of precision since u send recall as a parameter in the function call
https://github.com/Cartucho/mAP/blob/92e6d334c903ab795fdae15d1a45730d768b4c08/main.py#L686
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."
Some options only work with HTTPS. Document this in the list of options.