Mask vs YOLOv3 performance #9120
Answered
by
ElectronicElephant
RutenburgIG
asked this question in
Q&A
-
Hi folks,
|
Beta Was this translation helpful? Give feedback.
Answered by
ElectronicElephant
Jun 28, 2021
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.