'Annotations and extracted images from videos
I am working with extracted images from videos and I was able to accomplish that and I have an annotation xml file for the extracted images. As I am new to computer vision. I am confused about how to proceed from there and how to add the xml file to my extracted images. I want to prepare my data for DL model. Any help would be appreciated.
Solution 1:[1]
I am assuming you are extracting images from video based on video's FPS and each extracted image is stored in images/ folder.
Use Annotation tool like CVAT, labelimg, etc and open images/ using these tools.
LabelImg: https://github.com/tzutalin/labelImg
Get Started: https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Saurav Solanki |
