-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
segmentation PNG labels #1605
Comments
Hi, |
if you move the cursor on ? symbol, it gives you a help. each line of color map corresponds a class and the first line is background which is black. then each line represents a color (class), like this: |
Thank you for your reply.
could you send me with color map please??
Regards.
salma
…On 29 April 2017 at 06:38, Hesam Moshiri ***@***.***> wrote:
if you move the cursor on ? symbol, it gives you a help. each line of
color map corresponds a class and the first line is background. then each
line represents a color (class), like this:
0,0,0
128,0,0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1605 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQK2vQe52s7fUZED__9U1yfFbQemmqN5ks5r0z1JgaJpZM4NKzwx>
.
|
#0: background
#1: aeroplane
#2: bicycle
#3: bird
#4: boat
#5: bottle
#6: bus
#7: car
#8: cat
#9: chair
#10: cow
#11: diningtable
#12: dog
#13: horse
#14: motorbike
#15: person
#16: pottedplant
#17: sheep
#18: sofa
#19: train
#20: tvmonitor
#255: undefined/don't care
Could you help me to get the color map for each class please??
I appreciate any help.
Thanks.
…On 30 April 2017 at 06:48, Salma Ali ***@***.***> wrote:
Thank you for your reply.
could you send me with color map please??
Regards.
salma
On 29 April 2017 at 06:38, Hesam Moshiri ***@***.***> wrote:
> if you move the cursor on ? symbol, it gives you a help. each line of
> color map corresponds a class and the first line is background. then each
> line represents a color (class), like this:
> 0,0,0
> 128,0,0
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#1605 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AQK2vQe52s7fUZED__9U1yfFbQemmqN5ks5r0z1JgaJpZM4NKzwx>
> .
>
|
@VanitarNordic if you use images with indexed colors, also known as "palette" images, then you don't need to specify the color map through a text file. DIGITS will automatically extract the color map from your images. There have been no changes in DIGITS with regards to the support for palette images, so whatever worked before (you didn't specify any version by the way) should work on the latest version of DIGITS. Regarding your response to @Alqazzaz I find it a little harsh. Please refrain from making personal comments like that. |
Thanks. Actually I asked this question because when I use a colormap PNGs, I get better results rather than using indexed PNGs! |
hi @gheinrich , |
Hello,
I see in the new Digits that it is possible to use RGB PNG labels by defining RGB color values of each class in a text file. like this for example
0, 0, 0
128, 0, 0
and so on ...
if we decided to not to use this, and provide Labels like previous DIGITS versions (the version that used to make segmentation examples), then how the PNG labels should be?
Does in the new DIGITS version, a typical conversion performs on the PNG labels?
The text was updated successfully, but these errors were encountered: