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

can the ggcnn deal with the image of different size #51

Open
CodeKingWang opened this issue Jan 7, 2023 · 2 comments
Open

can the ggcnn deal with the image of different size #51

CodeKingWang opened this issue Jan 7, 2023 · 2 comments

Comments

@CodeKingWang
Copy link

Can this network handle 1280*720 pictures

@dougsm
Copy link
Owner

dougsm commented Jan 9, 2023

Because it is a CNN, there is no technical reason why it shouldn't work. The network was trained on 300*300 images, so might not work properly out of the box, in which case you could re-train it for your desired size. Hope that helps.

@Hongbo-Z
Copy link

Can this network handle 1280*720 pictures

An easy way is to crop your images and make length = width, such as from 1280* 720 to 720* 720, then resize it to 300* 300 to fit the input size of GG-CNN.

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