YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
278 stars 39 forks source link

imagenet_vid_groundtruth_motion_iou.mat #45

Closed heartworm1 closed 1 year ago

heartworm1 commented 1 year ago

Hello, I'm confused about what is the content of the file"imagenet_vid_groundtruth_motion_iou.mat"? and how to make it?

YuHengsss commented 1 year ago

hi there, I think you could find helpful information for the REPP repo :https://github.com/AlbertoSabater/Robust-and-efficient-post-processing-for-video-object-detection

heartworm1 commented 1 year ago

hi there, I think you could find helpful information for the REPP repo :https://github.com/AlbertoSabater/Robust-and-efficient-post-processing-for-video-object-detection

so this file is generated by the repp model and then you copy it to the yolov model?

YuHengsss commented 1 year ago

Yep,we adopt REPP for post-processing.

heartworm1 commented 1 year ago

Ok, thank you very much.