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

If I want to make the input image size as 512, what shoud I do? #30

Open
wonchul-kim opened this issue Aug 9, 2021 · 1 comment
Open

Comments

@wonchul-kim
Copy link

wonchul-kim commented Aug 9, 2021

In mvtec.py, I changed the resize value and crop value as 512.

Then, It just killed....

| feature extraction | train | 1-Day_iris_Rhapsody |: 100%|████████████████████████| 149/149 [00:14<00:00, 10.32it/s]
Killed

Is it because of memory shortage?

What did I do wrong?

@haobo827
Copy link

In mvtec.py, I changed the resize value and crop value as 512.

Then, It just killed....

| feature extraction | train | 1-Day_iris_Rhapsody |: 100%|████████████████████████| 149/149 [00:14<00:00, 10.32it/s] Killed

Is it because of memory shortage?

What did I do wrong

Probability yes, I think.
When you run def embedding_concat, it's easy to exception memoryError
Try to use crop 224

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