Alexey

Results 266 comments of Alexey

@devenpatel2 @linuxTown @ido-ran @RRMoelker I added key `p` for this feature - to copy current bboxes to the next frame.

@devenpatel2 @linuxTown @ido-ran @RRMoelker I added key `o` - to copy bboxes from the current frame to the next frame **with automatic object tracking**. So the most of bboxes will...

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...

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...

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

> Hi, I'm having a problem when trying to mark pictures fixing the object id. There is no feature for fixing object_id. > When I do that, the picture track...

You can use arrows on the keyboard to move to previous or next images.

Why don't you want to use a keyboard?

@PhilipWu526 Hi, > But, I think the label like the image above will let detector get some wrong information. Yolo like other single-shot detectors solve this issue automatically. Don't worry....