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 get LitePose-Auto-L model with a coco dataset? #32

Open
xddlj opened this issue Jan 30, 2023 · 1 comment
Open

How to get LitePose-Auto-L model with a coco dataset? #32

xddlj opened this issue Jan 30, 2023 · 1 comment

Comments

@xddlj
Copy link

xddlj commented Jan 30, 2023

get the LitePose-Auto-L model coco dataset (map 62.5) is through Normal Training or Super-net Training?

To train network with search-L architecture with coco dataset, I use the following script:
python dist_train.py --cfg experiments/coco/mobilenet/mobile.yaml --superconfig mobile_configs/search-L.json

compare the provided LitePose-Auto-L coco model (map 62.5) with my model after training,the effect of my model is poor.

@jxhnx
Copy link

jxhnx commented Jan 30, 2023

Have you adjusted the resolution in your config file? If not, just add it to your command:
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]"

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

2 participants