blackjack2015 / IRS

IRS: A Large Synthetic Indoor Robotics Stereo Dataset for Disparity and Surface Normal Estimation
50 stars 18 forks source link

some disparity map size seems incorrect #3

Open xubin1994 opened 4 years ago

xubin1994 commented 4 years ago

Hi,I download the dataset,But when I confirmed the data, I found some problems. Here is an example,left and right RGB images are as follows, image and the disparity map: image In order to verify that I read correctly,I also use the Renderdoc to open the disparity map: image It seems the disparity map uses a scaling,so what's the problem? The file path used is: IRSDataset/Restaurant/SCLRestaurant001_NightFall/d_377.exr

blackjack2015 commented 4 years ago

Hi,

Some samples in the dataset are used for debugging, and cannot be used for network training. You may find the lists of all the valid training and testing samples in "lists.zip".

xubin1994 commented 4 years ago

Hi,

Some samples in the dataset are used for debugging, and cannot be used for network training. You may find the lists of all the valid training and testing samples in "lists.zip".

I download the "lists.zip",and the path:IRSDataset/Restaurant/SCLRestaurant001_NightFall/d_377.exr still in the IRSDataset_TRAIN.list,but the disparity map size seems incorrect.

blackjack2015 commented 4 years ago

I see. It is OK to remove those samples when you train/test your model. Since the data set is large, we need time to check all of them. We will let you know once we have fixed the problem

Thank you very much!

xubin1994 commented 4 years ago

I see. It is OK to remove those samples when you train/test your model. Since the data set is large, we need time to check all of them. We will let you know once we have fixed the problem

Thank you very much!

OK,I will try to remove them。

xubin1994 commented 3 years ago

Hi,can you provide the correct train list file now? There are still some wrong examples in the training list,such as ''IRSDataset/Home/ModernHotelRoom/l_31.png'',the left image and the disparity image are shifted.