bounding-boxes
Here are 123 public repositories matching this topic...
-
Updated
Apr 9, 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
Apr 27, 2017 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
Having a shortcut to move around the images would be a big usability improvement given that the toolbar moves depending on the image resolution. Also it speed ups annotations
Describe the solution you'd like
Just add a shortcut for next/prev images (arrow keys?)
-
Updated
Nov 8, 2019 - Python
-
Updated
Jan 21, 2020 - C++
-
Updated
Aug 7, 2019 - Python
-
Updated
Jul 9, 2019 - Jupyter Notebook
-
Updated
May 12, 2020 - Python
-
Updated
May 8, 2020 - C
-
Updated
May 12, 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
May 12, 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
Feb 14, 2020 - JavaScript
-
Updated
Mar 13, 2017 - Python
-
Updated
Feb 7, 2020 - C#
-
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