isl-org / MiDaS

Code for robust monocular depth estimation described in "Ranftl et. al., Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-dataset Transfer, TPAMI 2022"
MIT License
4.43k stars 619 forks source link

Floating point exception #197

Open Swaraj-72 opened 1 year ago

Swaraj-72 commented 1 year ago

Screenshot from 2023-01-16 16-01-47

I encountered the error shown in the image. When debugged, it turns out to be something related to the timm library while creating the model. Anyone else dealt with similar issue?