Yolo-Annotation-Tool-New- icon indicating copy to clipboard operation
Yolo-Annotation-Tool-New- copied to clipboard

Results 11 Yolo-Annotation-Tool-New- issues
Sort by recently updated
recently updated
newest added

I was curious if anyone had experimenting creating a bounding box from a single center-point click. Each class could have a specified width and height parameter so that the bounding...

Hi, I have large images, they are not fitting the panel,any idea how to add scroll bars to image panel?

Deps from pip work w current version of conda just fine. Install updated/newest version of tk: 1. ```pip install tk``` 2. Run in cmd line: ```python3 main-py3.py``` Please merge or...

Hi Mannivannan, Could you add a MIT license, like you have for some of your other projects? Very valuable tool, but I am unable to use it for my project...

Added a brief note copied from the original annotation tool to make the user notice that images shall be in .JPEG format.

please comment line 8 in procees.py as it is assigning the string to the current directory ` #current_dir = 'Your dataset path.'`

Hello, i fellow the instruction of https://github.com/qqwweee/keras-yolo3 and try to build custom dataset, One row for one image; Row format: image_file_path box1 box2 ... boxN; Box format: x_min,y_min,x_max,y_max,class_id (no space)....

Thanks for this repo. The other tool is more difficult to use,but this is very easy and useful but I wonder something . Can I use these annotations for yolov3...

Hi there, It is not really an issue that needs huge means to correct, but the gui for manual bounding boxes drawing does not support any size of pictures. What...

When trying to run this code on MacOs Mojave, the code forces my computer to restart. Previously working fine, until I updated my OS.