BBox-Label-Tool
BBox-Label-Tool copied to clipboard
A simple tool for labeling object bounding boxes in images
make main.py compatible with python 3 main.py is running with python2.7 and python 3.6
Thank you for the amazing tool. Is it possible to give markups on edges of the drawn bounding box and resize it after. I want to do this instead of...
Large resolution photos do not fit the screen at multi-class branch
Hello, I just used jxgu1016/BBox-Label-Tool-Multi-Class to classify multiple different chickens in each of 200 images. The images have up to 6 different chickens each. I would like to now use...
Hello, I just used jxgu1016/BBox-Label-Tool-Multi-Class to classify multiple different chickens in each of 200 images. The images have up to 6 different chickens each. I would like to now use...
`olive` and `teal` are not accepted color names. The third and fourth bounding boxes don't show up as a result of this. [main.py line 19](https://github.com/puzzledqs/BBox-Label-Tool/blob/multi-class/main.py#L19) need to be modified to...
typo fix x2
I'm trying to load images from a directory into the LabelTool, but everytime I try I get "No .jpeg images found in the specified dir!". Even running with the test...
Press 'q' : for the previous image 'w' :for next image 'c' :clear all
I have images with those size 1944, 2592. which part of the code should I modify for displaying the whole image? thanks in advance.