Skip to content

Mask vs YOLOv3 performance #9120

Discussion options

You must be logged in to vote

For YOLOv3, you should try a smaller input size.

To be exact, the default input size of Mask-RCNN is 1333 by 800, while for YOLOv3, it's only 608 by 608~

Definitely, YOLOv3 will become slower when input size is too large, due to its dense structure.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZwwWayne
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
Converted from issue

This discussion was converted from issue #5465 on October 23, 2022 11:51.