Sense-X / X-Temporal

A general video understanding codebase from SenseTime X-Lab
MIT License
472 stars 50 forks source link

About the model result #15

Closed wwnbbd closed 4 years ago

wwnbbd commented 4 years ago

The previous issue was closed. https://github.com/Sense-X/X-Temporal/issues/14#issue-701641334

Following your suggestion, I used multi-crops and a bigger input, I still can not reproduce the result on Multi-moments in time using TIN and slowfast model(TIN:57 vs 62 in report). However, I can get a little bit better result using tsn model(59.7 vs 58.9). Do you have any idea to solve this?

deepcs233 commented 4 years ago

Try dropout = 0.5 ?

wwnbbd commented 4 years ago

I tried 0.5.....no change on the result....

wwnbbd commented 4 years ago

Should I retrain the model using your checkpoint for several epochs?

wwnbbd commented 4 years ago

I retrained the 8 frame tin model using the parameters provided, I got 61.8 with single test crop. 😂