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

missing preprocess_cat_dataset.py #1

Open
noeagles opened this issue May 4, 2018 · 1 comment
Open

missing preprocess_cat_dataset.py #1

noeagles opened this issue May 4, 2018 · 1 comment

Comments

@noeagles
Copy link

noeagles commented May 4, 2018

python: can't open file 'preprocess_cat_dataset.py': [Errno 2] No such file or directory
rm: cannot remove 'cat_dataset': No such file or directory

@yinggo
Copy link

yinggo commented Jun 26, 2018

I refer this https://github.com/theblackcat102/keras-cat-gan, solve the problem.
it has preprocess_cat_dataset.py and requirements-gpu.txt

if "Could not find a version that satisfies the requirement pkg-resources==0.0.0",just remove pkg-resources==0.0.0,
and python3 preprocess_cat_dataset.py

for .sh file, change a little.

# wget -nc http://www.simoninithomas.com/data/cats.zip

## Setting up folder
# unzip cats-dataset.zip -d cat_dataset
mkdir cat_dataset
unzip cats.zip
mv CAT_00/* cat_dataset
rmdir CAT_00
mv CAT_01/* cat_dataset
rmdir CAT_01
mv CAT_02/* cat_dataset
rmdir CAT_02
mv CAT_03/* cat_dataset
rmdir CAT_03
mv CAT_04/* cat_dataset
rmdir CAT_04
mv CAT_05/* cat_dataset
rmdir CAT_05
mv CAT_06/* cat_dataset
rmdir CAT_06

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