bounding-boxes
Here are 129 public repositories matching this topic...
-
Updated
Jun 14, 2020 - Python
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
Docs about dest param :
"You can pass all parameter same (this is similar to m1 *= m1), you can pass dest as m1 or m2 (this is similar to m1 *= m2)" (c)
But some functions behave differently. For example:
vec3 A = {0,0,2};
vec3 B = {2,0,0};
glm_vec3_cross(A, B, A); // A = {0, 4, -8} was expected A = {0, 4, 0}
-
Updated
May 7, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Apr 27, 2017 - Jupyter Notebook
Describe the bug
When having 12 users and switching to the second page of the user view, the tabel is inconsistent. The user names are correct, but the other columns are filled with information from the first page. I didn't try to modify them.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Users' menu
- add 11 or more users
- go to the second page of the user list
- Se
-
Updated
May 23, 2020 - Python
-
Updated
Jan 21, 2020 - C++
-
Updated
Aug 7, 2019 - Python
-
Updated
Jul 9, 2019 - Jupyter Notebook
-
Updated
Jun 2, 2020 - Python
-
Updated
May 8, 2020 - C
-
Updated
May 22, 2020 - Python
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
Jun 2, 2020 - Python
-
Updated
Jan 25, 2019 - Python
This affects the COCO and Pascal VOC exporters. Currently the output class ID is dependent on the order in which they were created in deeplabel. It may be preferable to, in some cases, force this to something else, for example provide a pbtxt file like https://github.com/tensorflow/models/blob/master/research/object_detection/data/mscoco_label_map.pbtxt
The darknet exporter does not have this p
-
Updated
Sep 24, 2018 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Jun 23, 2018 - Python
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Apr 2, 2020 - Python
-
Updated
Jan 10, 2019 - Java
-
Updated
Jan 5, 2018 - Python
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Mar 13, 2017 - Python
-
Updated
Sep 7, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the bounding-boxes topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bounding-boxes topic, visit your repo's landing page and select "manage topics."
Need Optional parameter for Keypoint class as we have one for BoundingBox
In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.
As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x