You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool takes video as an input and allows the user to create bounding boxes on each frame, these bounding boxes are saved to a gt.txt file in MOT16 format. The purpose of this file is to allow the user to manually create ground truth for their custom dataset. This ground truth file can then be used in conjunction with tracker output file to g…
Annotation Verifier is a Flask-based web application for verifying image annotations. Upload a zip file with images, labels, and a `classes.txt` file, and the app will display annotated bounding boxes on the images. It offers an efficient visualization for reviewing annotations.