Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with dataprep command in readme #13

Closed
nwstgeo opened this issue Jun 18, 2019 · 1 comment
Closed

Issue with dataprep command in readme #13

nwstgeo opened this issue Jun 18, 2019 · 1 comment

Comments

@nwstgeo
Copy link

nwstgeo commented Jun 18, 2019

The last command in “1. Prepare the Training Data” in the readme,

python3 dataPrepare.py --start_id 2000 --duration 120 --REMOVE --disk_path TrainingDataPath

Is missing some slashes in the disk path flag, and causes the dataPrepare.py script to download mp4’s titled TrainingDataPathvimeoID.mp4 into the master folder instead of downloading them as vimeoID.mp4 in the actual TrainingDataPath folder, thus causing them to not be found later in the script & causing the script to fail to extract any scenes. This can be fixed by using the following command instead:

python3 dataPrepare.py --start_id 2000 --duration 120 --REMOVE --disk_path ./TrainingDataPath/

Which simply corrects the disk path flag and allows dataPrepare.py to work as intended

@RachelCmy
Copy link
Collaborator

Thank you for the information. A fix is just committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants