Skip to content
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

fix color format error when test on any images #152

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

fix color format error when test on any images #152

wants to merge 6 commits into from

Conversation

xwk
Copy link

@xwk xwk commented Oct 22, 2019

The model assumes rgb format, but the imread() call in test_pixel_link_on_any_image.py use the default bgr instead.

…ime)

2) eval_fscore.py now save metrics to tf.summary as well
3) consolidate tf.summary metrics to some names space to avoid
cluttering

This version achieves 0.879 F1 score on our own street number dataset
2) add adam optimizer option
3) clip bounding box to image boundary
4) add detect_street_number_with_pixellink_model.py to use pixel_link
model for street number detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants