Monocular-Depth-Estimation-Toolbox
Monocular-Depth-Estimation-Toolbox copied to clipboard
Can the mdel be deployed by MMdeploy?
trafficstars
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
If it is inconvenient to deploy by mmdeploy,then is there any more convenient way to deploy bts_r50_nyu.pth?