We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
If it is inconvenient to deploy by mmdeploy,then is there any more convenient way to deploy bts_r50_nyu.pth?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: