yuxiangsun / RTFNet

RGB-Thermal Fusion Network for Semantic Segmentation of Urban Scenes
MIT License
166 stars 39 forks source link

a question about dataset #2

Closed lvcat closed 5 years ago

lvcat commented 5 years ago

another question... i downloaded the ir_seg_dataset but the pics show rgb type in a software and ir in another software. and the label folder pics r all almost black. is it normal? if it isnt. would u mind share the dataset with me. thanks QAQ

yuxiangsun commented 5 years ago

“label folder pics r all almost black”: This is because the pixel value is the class number (e.g. 1, 2, 3..).

We will release the prepossessed dataset (including the visualization for ground truth) along with the code.

lvcat commented 5 years ago

thx~

lvcat commented 5 years ago

i checked the pics inlabel folder it looks all 0= = with shape (480,640,3) i m going to read that paper carefully. thx for ur answer. im grateful about it.

lvcat commented 5 years ago

i use pil instead opencv then got 4 channel. thx