fjchange / object_centric_VAD

An Tensorflow Re-Implement of CVPR 2019 "Object-centric Auto-Encoders and Dummy Anomalies for Abnormal Event Detection in Video"
MIT License
95 stars 30 forks source link

How to establish the correspondence for one object in consecutive frames to form the object-centric sequence? #16

Closed wenzhengzeng closed 3 years ago

wenzhengzeng commented 3 years ago

After using object detection to obtain bboxes of objects, how to establish the correspondence for one object in consecutive frames? In my opinion, this can not be done by object detector automatically.