WaldJohannaU / RIO10

22 stars 6 forks source link

about 2D instance images of training data #6

Closed feixue94 closed 2 years ago

feixue94 commented 2 years ago

Dear Author,

thank you very much for sharing the code. really excellent work.

I tried to visualize 2D instances of training images, e.g., scene01/seq01_01/frame-004322.instances.png, with opencv either by color or gray format, but found all pixel values are 0.

I was wondering if there was something wrong with my visualization.

feixue94 commented 2 years ago

it works by reading instance images with cv2.imread(path, cv2.COLOR_UNCHANGED).