wanglimin / UntrimmedNet

Weakly Supervised Action Recognition and Detection
162 stars 47 forks source link

What's the specific shape of the cell in test_score.mat #30

Open JacobKong opened 5 years ago

JacobKong commented 5 years ago

Dear limin

Thanks for your great job. I have a questions about the test_score.mat when running the thumos_detection.m.

What 's exact shape of flow(rgb)_test_score and flow(rgb)_test_attention?

JacobKong commented 5 years ago

Can you share the code to calculate the exact test score of UntrimmedNet. I have successfully ran the eval_net.py from tsn, but I found that there must exists a lot of modify of this code to generate the exact test score for UntrimmedNet. Please! That would be really helpful. Thanks!

JacobKong commented 5 years ago

Besides, what's T means in the 1st line of thumos_detection.m? T = 3

Thanks!