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

Can the mdel be deployed by MMdeploy? #86

Open
keithyh opened this issue Jun 13, 2023 · 1 comment
Open

Can the mdel be deployed by MMdeploy? #86

keithyh opened this issue Jun 13, 2023 · 1 comment

Comments

@keithyh
Copy link

keithyh commented Jun 13, 2023

how to convert a pretrained checkpoint bts_r50_nyu.pth into ncnn model?

Maybe I can use MMdeploy as follows?

python ./tools/deploy.py
${DEPLOY_CFG_PATH}
${MODEL_CFG_PATH}
${MODEL_CHECKPOINT_PATH}
${INPUT_IMG}
--test-img ${TEST_IMG}
--work-dir ${WORK_DIR}
--calib-dataset-cfg ${CALIB_DATA_CFG}
--device ${DEVICE}
--log-level INFO
--show
--dump-info

@keithyh
Copy link
Author

keithyh commented Jun 13, 2023

If it is inconvenient to deploy by mmdeploy,then is there any more convenient way to deploy bts_r50_nyu.pth?

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