TRI-ML / packnet-sfm

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

a bug for load tiny DDAD #185

Open hjxwhy opened 2 years ago

hjxwhy commented 2 years ago

Thanks for your code, it's great works!

I use this load the tiny dataset, but which have an assert error on here, I found that the datum_key_to_idx_in_scene have all datum key in JSON file, but the tiny data only have five images for every camera, it can't be equal anyway.

jhan15 commented 2 years ago

Hello,

I'm wondering if any thoughts on this issue? I encountered the same assertion error when trying to train the tiny DDAD dataset.

I also encountered the dimension mismatch issue for tiny KITTI dataset as described in #157. I followed the suggestion by @janis10, and it worked. I'm not sure it's a bug or not, it would be nice to have an official answer from your side @VitorGuizilini-TRI . Thank you!