mileyan / AnyNet

(ICRA) Anytime Stereo Image Depth Estimation on Mobile Devices
https://mileyan.github.io/AnyNet/
MIT License
491 stars 125 forks source link

not using 35mm_focallength sceneflow/driving_disparity? #28

Open NatGr opened 3 years ago

NatGr commented 3 years ago

Hi,

from

subdir1 = ['15mm_focallength', '15mm_focallength']

(https://github.com/mileyan/AnyNet/blob/master/dataloader/listflowfile.py#L85). It appears you are not using the 35mm_focallength data but two times the 15mm data instead. Is there any reason for that or is it simply a mistake?

Thank you for your work!