-
Notifications
You must be signed in to change notification settings - Fork 42
Input image size greater than 224 #34
Comments
I can't confirm if it can be bigger than 224X224, but we have other shapes of input. Specific can consult. @Neutree |
Yes, I know the input depends on the model not the camera size, what I did was change the size flag in the What about using the other models available on this repo I have trained models with YoloV2 architecture and TiniYoloV3 but when I tried to export it using the
|
I would like to ask if this problem is solved |
@ZKH66 No I couldn't deploy models with greater input image size |
i also find this problem, seems input feature map have to smaller than or equal to 240x240 |
Yes, it's to bad because I want to use this board for detecting small objects but with this input resolution the performance it's not good. |
Hello,
I could follow successfully the Slim YoloV2 tutorial and deploy a model with my custom data on the V831 board. However, the results where not as expected, so I proceed to increase the input size of my model to 320x320, I was able to convert the model to the format can be deployed on the board but when I tried to run my program on it with the new model, it gave me core dumped. I was wondering if it is actually possible to deploy models with input image size greater than 224x224 or to deploy other models such as TiniYolo V3 on V831 board. Thanks for the help
The text was updated successfully, but these errors were encountered: