Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

New Video Tagging Tool | New Tool

Open dexception opened this issue 5 years ago • 7 comments

yolo_mark is indeed a good tool to tag images but its quite laborious.

If can simply use an object tracking algorithm on top of a video and drag an object and play/pause the video we would be easily able to create dataset. on a large scale faster.

dexception avatar May 19 '19 10:05 dexception

I added o button that tracks all objects from current image to next image by using Optical Flow.

Do you mean this or something else?

Do you want more stable tracking algorithm (like cv::TrackerCSRT() (CSRDCF++) - OpenCV-contirb)?

Or do you want Kalman-filter algorithm for tracking occluded objects?

AlexeyAB avatar May 19 '19 10:05 AlexeyAB

Well image based tagging takes a lot of time as you have see each image. I have 3 people sitting and tagging for a week. Big waste if you ask me.

User can draw the box after pausing the video. This way i just have to make a video and tag and write the frames. So i think this approach requires a new tool.

https://www.youtube.com/watch?v=BiLNKkfW88s

CSRT.

dexception avatar May 19 '19 11:05 dexception

Currently you can slice the video into frames ./yolo_mark x64/Release/data/img cap_video test.mp4 1

Then run ./yolo_mark x64/Release/data/img x64/Release/data/train.txt x64/Release/data/obj.names Select 1 or several objects on the first frame, and then press o and hold - will be the same effect as in your video. Just try.


Yes, I will add CSRT.

AlexeyAB avatar May 19 '19 11:05 AlexeyAB

@AlexeyAB Please see this video

https://www.youtube.com/watch?v=vbydG78Al8s

dexception avatar Jun 04 '19 11:06 dexception

@dexception It looks very useful. Do you have a link to this tool?

AlexeyAB avatar Jun 04 '19 11:06 AlexeyAB

I just saw the tool by accident as i was looking for a substitute.

dexception avatar Jun 10 '19 07:06 dexception

The link to the tool (from the video description on yt): https://darkpgmr.tistory.com/16

sovaa avatar Jun 10 '19 07:06 sovaa