castacks / mvs_gi

Released code for the submission "Geometry-Informed Distance Candidate Selection for Adaptive Lightweight Omnidirectional Stereo Vision with Fisheye Images"
MIT License
10 stars 2 forks source link

Potential bug for real world dataset #9

Open huyaoyu opened 11 months ago

huyaoyu commented 11 months ago

In the current implementation, for real world data, the order of the images can change, but the order of the grids does not change accordingly.

https://github.com/castacks/mvs_gi/blob/60d70694c2610b45fd5ecb6cb46f1a8f9fdeb582/dsta_mvs/support/dataset/multi_view_camera_model_dataset.py#L1002