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

Custom datasets #2

Open
mouxinyue1 opened this issue May 16, 2022 · 2 comments
Open

Custom datasets #2

mouxinyue1 opened this issue May 16, 2022 · 2 comments

Comments

@mouxinyue1
Copy link

Hello, I made an error with custom datasets, how can I solve it?
image

@jankenshow
Copy link
Contributor

jankenshow commented May 18, 2022

Hello, this error is caused by mismatch of image size between your dataset and the model in which input image size is supposed to be 448*448 when "cait_m48_448" is set as backbone.
Please check if resize to 448*448 in your custom dataset class has an effect!

@akaraca-czm
Copy link

akaraca-czm commented Jul 2, 2024

Hi, I got same error by using 1920x1080 image, but when I give 1024x1024 image to model, it worked. Why. Image height and width must be equal?

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

3 participants