Skip to content

how to make mobilenet_224 model work with 112x112 sized images? #1486

Answered by kali
112x112 asked this question in Q&A
Discussion options

You must be logged in to vote

The input for this specific instance of mobilenet MUST be 224 squared. Period.

You can fish around for instance of mobilenet for different input sizes. If you can't find a 112x112 you may need to train one yourself.

Alternatively you may upscale your input images to 224x224, (docs.rs/image may help) but I have no idea how it will impact the model performance.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kali
Comment options

kali Jul 29, 2024
Maintainer

Comment options

You must be logged in to vote
2 replies
@112x112
Comment options

@kali
Comment options

kali Jul 30, 2024
Maintainer

Answer selected by 112x112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants