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
I'm training the Pose Estimation Model of SAM-6D. I've prepared the MegaPose training data and rendered the template in Render folder. Then I ran this command in Pose Estimation Model folder
Hi,
I'm training the Pose Estimation Model of SAM-6D. I've prepared the MegaPose training data and rendered the template in Render folder. Then I ran this command in Pose Estimation Model folder
python train.py --gpus 0,1,2,3 --model pose_estimation_model --config config/base.yaml
However, an error occurs
FileNotFoundError: [Errno 2] No such file or directory: '../Data/MegaPose-Training-Data/MegaPose-GSO/train_pbr_web/key_to_shard.json'
I'm not sure where to find this JSON file.
The text was updated successfully, but these errors were encountered: