TianzhongSong / C3D-keras

train C3D with keras for action recognition
http://www.tianzsong.xyz/2018/04/08/c3d-keras/
MIT License
119 stars 60 forks source link

make_label problem #14

Open chenbinml opened 5 years ago

chenbinml commented 5 years ago

你好!当我用我自己的数据去训练C3D时,我替换了test_file.txt,train_file.txt,classind.txt,但是当我执行make_label时,无法生成对应的test_list.txt。 显示的是:OSError:文件名、目录名或卷标语法不正确。:‘F:/model/C3D/imgs/\n’ 这个的意思是没有对应的行为类别下的图片吗,但是我在vedio2img.py中已经转换了对应class的图片了。