You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm running demo_img.py with pretrained model and the result looks great. But I cannot find any information on the correspondence betweem color and affordance label. There are in total 12 + 1 (bg) colors in demo_img.py. Is there any way to get that information? Thanks!
Hi, I'm running demo_img.py with pretrained model and the result looks great. But I cannot find any information on the correspondence betweem color and affordance label. There are in total 12 + 1 (bg) colors in demo_img.py. Is there any way to get that information? Thanks!
background = [200, 222, 250]
c1 = [0,0,205]
c2 = [34,139,34] # cut
c3 = [192,192,128]
c4 = [165,42,42]
c5 = [128,64,128] # grasp
c6 = [204,102,0]
c7 = [184,134,11]
c8 = [0,153,153]
c9 = [0,134,141]
c10 = [184,0,141]
c11 = [184,134,0]
c12 = [184,134,223]
The text was updated successfully, but these errors were encountered: