Hi Yunpeng, I am new to video recognition tasks. I ran the code and have some questions about the whole procedure.
-
For training, do you randomly sample 16 frames from the whole video to do classification? And each time it may be different 16 frames for the same video?
-
When I was trying to run the codes train_hmdb51, there are many logs like 'frame[30] is error, use backup item XXX.avi'. What does this mean? Does this mean that there are some errors in my video data?(I downloaded it from the official website)
-
It seems that the train_hmdb51 is doing both training and evaluation after each epoch. So why do we need another evaluation code like evaluate_video.py to do test?
Thanks a lot for your help!
Hi Yunpeng, I am new to video recognition tasks. I ran the code and have some questions about the whole procedure.
For training, do you randomly sample 16 frames from the whole video to do classification? And each time it may be different 16 frames for the same video?
When I was trying to run the codes train_hmdb51, there are many logs like 'frame[30] is error, use backup item XXX.avi'. What does this mean? Does this mean that there are some errors in my video data?(I downloaded it from the official website)
It seems that the train_hmdb51 is doing both training and evaluation after each epoch. So why do we need another evaluation code like evaluate_video.py to do test?
Thanks a lot for your help!