dd3d icon indicating copy to clipboard operation
dd3d copied to clipboard

The "remapped" for the pretrained model ?

Open feifei-Liu opened this issue 3 years ago • 1 comments

Hello, what is the "remapped" mean in the pretrained model (https://tri-ml-public.s3.amazonaws.com/github/dd3d/pretrained/depth_pretrained_dla34-y1urdmir-20210422_165446-model_final-remapped.pth)? If I want to train DD3D using DLA34 (only pretrained on Imagenet), what transformation need to do for DLA model parameters ?

feifei-Liu avatar Oct 08 '21 03:10 feifei-Liu

Hello @feifei-Liu , remapped only means the keys in the state_dict of the checkpoint is renamed. The checkpoints are from my old experiments, and I needed to rename the keys to comply with the current version of code.

dennis-park-TRI avatar Nov 13 '21 08:11 dennis-park-TRI