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

Why not replace drawings_object.writeImage with flag color mapping? #47

Closed
dogod621 opened this issue Nov 22, 2018 · 1 comment
Closed

Comments

@dogod621
Copy link

The code of drawings_object.writeImage is weird...

why not use:

def writeImage(image):
    """ store label data to colored image """
    plt.imshow(image, cmap=plt.get_cmap('flag'))
    

it is much simpler and without a fixed class types.
It works fine to me.

out_0

@dogod621
Copy link
Author

OMG... I post at wrong place....
https://github.com/toimcio/SegNet-tensorflow

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

No branches or pull requests

1 participant