qinenergy / corda

[ICCV 2021] Code for our paper Domain Adaptive Semantic Segmentation with Self-Supervised Depth Estimation
71 stars 12 forks source link

About intrinsics used in GTA depth estimation #11

Closed Ichinose0code closed 2 years ago

Ichinose0code commented 2 years ago

Thanks a lot for your fantastic work. When I followed your depth estimation mentioned in issue#7, I went to the https://playing-for-benchmarks.org. However,its camera calibration doesn't include intrinsic matrix directly, which is needed in Monodepth2 depth estimation. Would you kindly share the intrinsic of GTA you used in depth estimation? Or may I know a way to convert GTA's projection matrix to intrinsic matrix?

lhoyer commented 2 years ago

You can find the data loader, which is used for self-supervised depth estimation, here: https://github.com/lhoyer/improving_segmentation_with_selfsupervised_depth/blob/ssda/loader/gta_seq_loader.py

Ichinose0code commented 2 years ago

Ok, I get it now!Thanks again for your kind help!