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

Pre-trained model does not work #26

Open
Chansi opened this issue Jun 19, 2020 · 3 comments
Open

Pre-trained model does not work #26

Chansi opened this issue Jun 19, 2020 · 3 comments

Comments

@Chansi
Copy link

Chansi commented Jun 19, 2020

I have downloaded the Places365 model, but the output is shown below.
0fAtAB

@HyuPete
Copy link

HyuPete commented Jun 22, 2020

You may take a look at this issue #19
Hope it can help you.

@luke-777
Copy link

luke-777 commented Jun 8, 2021

Does someone has a solution for that problem? I've got the same results

// I solved the problem:
it didn't recognized the dataset, you have to download the folders "places365" and "cifar10" from Google Drive and copy it into checkpoints, not the zip with "places" and "cifar10".

@hamzahanif5595
Copy link

hamzahanif5595 commented Jul 13, 2021

Does someone has a solution for that problem? I've got the same results

// I solved the problem:
it didn't recognized the dataset, you have to download the folders "places365" and "cifar10" from Google Drive and copy it into checkpoints, not the zip with "places" and "cifar10".

@luke-777 Thank you for this solution. Worked like a charm!

For the other people reading this, after you have replaced the folders downloaded from the Google Drive, the following commands is the way to go.

python3 test.py --checkpoints-path ./checkpoints/places365/ --test-input ./checkpoints/places365/test/01.png --test-output ./checkpoints/places365/output/

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

4 participants