Skip to content

Is it possible to change the downsample rate of the model? #863

Answered by rwightman
KleinXin asked this question in Q&A

You must be logged in to vote

@KleinXin several of the models support that, including the resnet.py based ones...add arg output_stride=16 for 1/16 * input == 14x14 , and you can use output_stride=8 for 1/8 * input res

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@KleinXin

@rwightman

Answer selected by KleinXin
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