CPJKU / cpjku_dcase22

MIT License
18 stars 6 forks source link

models/passt/passt.py:300: UserWarning: Input image size (128*10) doesn't match model (128*998) #5

Open Yunlei-AI opened 1 year ago

Yunlei-AI commented 1 year ago

erro: cpjku_dcase22/models/passt/passt.py:301: UserWarning: Input image size (12810) doesn't match model (128998). warnings.warn(f"Input image size ({H}{W}) doesn't match model ({self.img_size[0]}{self.img_size[1]}).")

When I run this code: python -m experiments.dcase22.t1.teachers_gang

I got this error, Pre-trained models input size is 128998? so i need padding the input image size(12810) to 128*998 ?

please reply how to solve it, thank you

JohnSung0501 commented 1 year ago

I have same issue please reply how to solve it, thank you

fedpiove commented 1 year ago

I have the same issue too