-
Notifications
You must be signed in to change notification settings - Fork 330
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
image_preprocess resizing #155
Comments
on a sidenote: I removed the second cv2.cvtColor from my code as well as mentioned in this issue (#131) |
Hi, you did interesting testing. I'll try this by myself and measure mAP before and after this change. I Will let you know the results. |
looking forward to your results! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
I just stumbled upon the code of image_preprocess in yolov3/utils.py
why is the image padded instead of resized (stretched) correctly?
is this why the boxes work better in my example with cv2 vs tf?
The text was updated successfully, but these errors were encountered: