You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from beniz "you can define the size at training time with width and height to use larger images than 300x300. The size is then fixed yes."
yeah this is not super obvious on that page
If training images are less than the network size, and they are a mix of resolutions, you dont need todo anything.
if training images are greater than the network size, they all need to be the same size because you will need to use width and height which will scale the image and the bbox down to the network size
https://www.deepdetect.com/platform/docs/object-detection/
I don't feel like it states clearly if
width
andheight
settings INCLUDING the bbox training squareThe text was updated successfully, but these errors were encountered: