depth_refine in pretrained model
Closed this issue · 1 comments
jytime commented
JiayuYANG commented
Hi @jytime ,
Yes, that module is deprecated.
To reproduce exactly same results as we report in paper, the pretrained checkpoint I provided is the one we used to get the results.
That module was in our network at that time, but is deprecated now.
I think I've set strict=False
in this line to ignore that module.
You can safely ignore that module, and if you would like to use that checkpoint, you can also use strict=False
.
Cheers,
Jiayu.