HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

cnn_encoder_epoch41.pth #34

Closed pygabc1 closed 3 years ago

pygabc1 commented 3 years ago

HI, where I can find cnn_encoder_epoch41.pth ? Thanks.

HHTseng commented 3 years ago

Hi, it seems that I didn't restore the results of cnn_encoder_epoch41.pth. But if you want, probably you can wait for me a few days to regain it.

pygabc1 commented 3 years ago

Hi, it seems that I didn't restore the results of cnn_encoder_epoch41.pth. But if you want, probably you can wait for me a few days to regain it.

Hi, HHTseng, Thank you for your reply. I realized I have to train. When I am training, I have the error [TypeError: Singleton array array(0) cannot be considered a valid collection.] in the following line. 0 When I debug your code, the label were generated in 1 How to settle it? I used just small data, which are v_ApplyEyeMakeup_g01_c01, ~~02, ~~03. Thanks.