-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
RGB or BGR input? #36
Comments
I tested this solution on Wider Face validation dataset for both cases(RGB and BGR) and got next results: For RGB images(with converting to RGB after image reading): So, there should be converting to RGB format before processing. |
@Andriy963 @acnazarejr Great to know, I just posted on StackExchange about this how However, now my output when I |
@nyck33 For the blue output images, you can change the colormap of the image before |
@acnazarejr @Andriy963 @nyck33 @raviam @akofman Can you please tell me, which script is suitable to get the boundary box details as ".data" format, for my dataset (OULU), Thanks in advance |
The readme.md has a code example of how to use the code:
In this example, the
img
is a BGR image (opencv format). But, I think the correct is to convert the image to RGB.I did some tests, and the model has better results with RGB images.
The text was updated successfully, but these errors were encountered: