dd3d
dd3d copied to clipboard
The "remapped" for the pretrained model ?
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 ?
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.