OpenGVLab / UniFormerV2

[ICCV2023] UniFormerV2: Spatiotemporal Learning by Arming Image ViTs with Video UniFormer
https://arxiv.org/abs/2211.09552
Apache License 2.0
294 stars 19 forks source link

Map video_idx in test_net.py to the actual input videos #30

Closed anjugopinath closed 1 year ago

anjugopinath commented 1 year ago
image

In the perform_test() function in test_net.py, I want to find which video_idx index is mapped to which video.

image

As shown in the above image, there are 32 ids. I also sorted it. I have 10 input videos. How do I find which video_idx is mapped to which of the 10 input videos.

Andy1621 commented 1 year ago

Why do you want to find which video_idx index is mapped to which video? Maybe you misunderstood the testing logic. I suggest you check the logic in TestMeter.