In the perform_test() function in test_net.py, I want to find which video_idx index is mapped to which video.
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.
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.
In the perform_test() function in test_net.py, I want to find which video_idx index is mapped to which video.
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.