facebookresearch / video-long-term-feature-banks

Long-Term Feature Banks for Detailed Video Understanding
Apache License 2.0
373 stars 62 forks source link

How to make sure ROI of long-term feature? #37

Closed luckcodingdog closed 4 years ago

luckcodingdog commented 5 years ago

Hi, i have a question, how to match your short-term person feature with long-term feature bank? for example, i have bounding box of one person at 1000 second, we extract short-term c3d feature at 999s-1000s, long-term feature is extract c3d feature from 971 to 1030 (60s), how to make sure ROi of each second? thanks a lot in advance!

chaoyuaw commented 5 years ago

Hi @luckcodingdog , I'm not sure if I understand your question correctly. The short-term feature and the long-term features are connected through FBO (implemented in https://github.com/facebookresearch/video-long-term-feature-banks/blob/master/lib/models/lfb_helper.py). Could you please explain what you want to make sure again?