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

find bug in demo_loader #71

Open
dadwadw233 opened this issue Oct 10, 2024 · 1 comment
Open

find bug in demo_loader #71

dadwadw233 opened this issue Oct 10, 2024 · 1 comment

Comments

@dadwadw233
Copy link

image

I think line 300 should use the bbox shape(wh) as input rather than original image?

@jytime
Copy link
Contributor

jytime commented Oct 10, 2024

Hi,

In line 300, image is a PIL Image object and hence image.size is the shape of the image. I guess this is correct? (A potential concern is, it is wh or hw. I can check this later).

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