TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.24k stars 243 forks source link

About ADE20k datasets #38

Closed WBS-123 closed 4 years ago

WBS-123 commented 4 years ago

Hi @VitorGuizilini,

Thanks for your code and the great work! I am trying to train your model on ADE20k(MIT) datasets which have no depth information and parameters like camera intrinsics. In your paper ,you trained your model on cityscapes whose situation is similar to ADE20k, could you tell me how to train datasets like ADE20k and cityscapes? Thank you very much!!

VitorGuizilini-TRI commented 4 years ago

Thanks! When no intrinsics are available we can approximate by setting fx = cx = w/2 and fy = cy = h / 2. This should be enough to produce reasonable projected depth maps, but if you are looking for accurate pointclouds it probably won't work, the real intrinsics are needed in that case. Let me know how it goes, this dataset looks very interesting!

WBS-123 commented 4 years ago

Thanks for reply! I will try as you have mentioned above. If have any result , I will show you here.

porwalnaman01 commented 3 years ago

Hi @WHUWBS did you find any way to predict intrinsics for each image of your dataset while training?