You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to make some predictions in the mini dataset described in the Artic readme using the checkpoint disponibilized, but I'm facing some issues related to the checkpoint mismatch.
When running the extracct_predict function, as described in the artic repo python scripts_method/extract_predicts.py --setup p1 --method transformer_sf --load_ckpt /app/final_p1_504802f70.ckpt --run_on val --extraction_mode eval_pose
I got the error:
size mismatch for model.head.feature_mapping.weight: copying a param with shape torch.Size([512, 1536]) from checkpoint, the shape in current model is torch.Size([512, 2048]).
Also, if possible, could you tell if it's necessary to do extra steps for the prediction?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to make some predictions in the mini dataset described in the Artic readme using the checkpoint disponibilized, but I'm facing some issues related to the checkpoint mismatch.
When running the extracct_predict function, as described in the artic repo
python scripts_method/extract_predicts.py --setup p1 --method transformer_sf --load_ckpt /app/final_p1_504802f70.ckpt --run_on val --extraction_mode eval_pose
I got the error:
Also, if possible, could you tell if it's necessary to do extra steps for the prediction?
The text was updated successfully, but these errors were encountered: