JiaRenChang / PSMNet

Pyramid Stereo Matching Network (CVPR2018)
MIT License
1.44k stars 423 forks source link

Some question about scene flow dataset #16

Open EmptyCity1995 opened 6 years ago

EmptyCity1995 commented 6 years ago

Hello!Thank you for sharing! I have some question about the scene flow dataset. Do I need to download a complete dataset? I find the size of dataset is more than 100G. I choose to download "Sample Pack" to test your code, but I find the path is error. my path is './SceneFlowData/monkaa_frames_cleanpass(or disparity)/left(or right)'. And I cannot find the folder named "TRAIN" in the "SceneFlow/frames_cleanpass".Maybe my dataset is wrong.Can you tell me the list of your folders? Or can you give me a link to download the right dataset?

JiaRenChang commented 6 years ago

@EmptyCity1995 Hi, you need to download "cleanpass" images of three sub-datasets (flyingthings, driving, and monkaa). Yes, it's a pretty large dataset.

EmptyCity1995 commented 6 years ago

OK!Thanks a lot!

scholltan commented 6 years ago

@JiaRenChang hi, what is the final loss when training on scene flow data?mine is 1.47 now and how long should I keep training?

JiaRenChang commented 6 years ago

@scholltan Hi, the final loss depend on the architecture you used. Please refer to the paper. We detailed the training procedure and reported the final loss.