dipakkr / 3d-cnn-action-recognition

Implementation of Action Recognition using 3D Convnet on UCF-101 dataset.
73 stars 32 forks source link

Killed during loaddata #5

Closed lp-kawai closed 5 years ago

lp-kawai commented 5 years ago

I tried to run 3dCNN-v2/3dcnn.py. python3 3dcnn.py --batch 4 --epoch 100 --videos /home/user/3d-cnn-action-recognition/data2/ --nclass 101 --output 3dcnnresult/ --color False --skip False In the middle of loading data, it suddenly Killed. (Only "Killed" showed) I used UCF101 dataset. Why this happens?

lp-kawai commented 5 years ago

I found frame_script.py not extract 10 frames but more. What is the expected output?

dipakkr commented 5 years ago

@p-kawai you should debug the file frame_script.py.

lp-kawai commented 5 years ago

@dipakkr Thank you for your reply. I changed frame_script.py and it worked.