-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the ssds method are based on 300, can it changed into 500 or 512? #40
Comments
there is no fc in the model so you can feed any size |
You do need to change STEPS and SIZES variable in the config file so that you have the correct anchor sizes for 512 sized images |
@burhanmudassar How exactly do you change STEPS and SIZES variables?
I changed the STEPS in order to keep them cover the entire image, then I scaled the previous SCALES dividing by 300 and multiplying by the dimension of my dataset. It seems that it is still getting the same poor increases from 0 mAP to 0.04 mAP in 400 epochs Thanks |
@kamauz can you get the desired result with the default setting? |
I can't get good result even with default settings. |
@jinfagang @burhanmudassar @1453042287 @kamauz |
@Damon2019
|
ok , I will try it. |
@kamauz hi , i meet a problem about use pre-trained models and do not use pre-trained models.
|
i have a same problem,can you tell me how to solve this problem,thanks |
I left this repository and took the official tensorflow repo to run the training phase of my project. |
Not sure for the older version in the master. But for the dev branch code, defintely it can used varient image sizes with different apect ratio. But for some detector head, since the upsample size is force to 2 times larger to make the conversion easily in onnx and tensorrt, there are some limitation for the input image size. For example, for yolov3 or fpn detection heads, the 19201080 input size has dims different error in concat layer. In this case, the input size needs to be adjust to 19201088. Please try the dev branch and let me know if you still has this issue. Thanks |
Can the input image size be changed into another?
The text was updated successfully, but these errors were encountered: