-
Notifications
You must be signed in to change notification settings - Fork 7
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
Run create_dataset.py #1
Comments
Are you using Windows? I developed this code to work with Ubuntu, so I am not sure if the string paths are supposed to be written that way in Windows. |
yes , im using windows anaconda env |
Now when I run train.py this error shows :
|
Try removing the "~/" from the beginning of your paths when you run the script. Also, I notice that you have some double slashes ( // ) on your paths which you must replace with single ones ( / ). |
Hi
Could you please help , is below command to run is right ?
python create_dataset.py ~/C:/Users//PyProjects/ckp/ ~/C:/Users//PyProjects/ckp/FACS_labels/ ~/C:/Users/PyProjects/ckp/ckpcohn-kanade-images/ ~/C:/Users/PyProjects/ckp/emotion_images/ True 0 9 3 112 112
The text was updated successfully, but these errors were encountered: