wenyachan

Results 1 comments of wenyachan

I also had this problem, mainly because of address errors of ‘train.list’ and ‘test.list’ in train_c3d_ucf101.py, so I solved the problem by removing 'list/' from the original ‘filename’. filename='train.list'-------line215 filename='test.list'--------line241