naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy

Home Page:https://dust3r.europe.naverlabs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretrained Croco

sailor-z opened this issue · comments

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!

yes

parser.add_argument('--pretrained', default=None, help='path of a starting checkpoint')

dust3r/train.py

Line 138 in 82748a9

if args.pretrained and not args.resume:

Thanks a lot!