naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy
https://dust3r.europe.naverlabs.com/
Other
4.65k stars 515 forks source link

Pretrained Croco #65

Closed sailor-z closed 3 months ago

sailor-z commented 3 months ago

Hi,

Thanks a lot for the amazing work. Did you use the pretrained Croco model when training Dust3r? If so, could you please point out where you load the model in the training code?

Thanks in advance!

jerome-revaud commented 3 months ago

yes https://github.com/naver/dust3r/blob/82748a9f663f436c6290e151b23273d57708f07b/train.py#L45 https://github.com/naver/dust3r/blob/82748a9f663f436c6290e151b23273d57708f07b/train.py#L138

sailor-z commented 3 months ago

Thanks a lot!