karolzak / conv3d-video-action-recognition

My experimentation around action recognition in videos. Contains Keras implementation for C3D network based on original paper "Learning Spatiotemporal Features with 3D Convolutional Networks", Tran et al. and it includes video processing pipelines coded using mPyPl package. Model is being benchmarked on popular UCF101 dataset and achieves results similar to those reported by authors
MIT License
53 stars 10 forks source link

test_split=[test_file.replace('.avi', '.proc.c3d-avg.npy') for test_file in TEST_SPLIT] #6

Open soumenNITM opened 3 years ago

soumenNITM commented 3 years ago

test_split=[test_file.replace('.avi', '.proc.c3d-avg.npy') for test_file in TEST_SPLIT] Error: 'list' object has no attribute 'replace' Hi can you please help me to solve this issue?