Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Fine-Tuning the model on my custom dataset with same keypoints #36

Open
xddlj opened this issue Mar 21, 2023 · 0 comments
Open

Comments

@xddlj
Copy link

xddlj commented Mar 21, 2023

I would like to use the pretrained weights to initialize the model, then Fine-Tuning on my custom dataset with same keypoints.
I assume I would to do the following:

  1. Set the configuration: PRETRAINED: 'premodels/LitePose-Auto-L.pth.tar' in mobile.yaml.
  2. Set the LR: 0.0004 in mobile.yaml.
  3. use the following script:
    python dist_train.py --cfg experiments/coco/mobilenet/mobile.yaml --superconfig mobile_configs/search-L.json DATASET.INPUT_SIZE 512 DATASET.OUTPUT_SIZE "[128, 256]"

If you have any procedures for Fine-Tuning on a custom dataset, I would appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant