IronManTwo

Results 9 comments of IronManTwo

MMDeploy Is there a problem with the environment? @lvhan028

C + + code parameters are as follows: const char* model_path = "D:\\YQL4\\mmdeploy\\work_dir"; int status{}; mmdeploy_detector_t detector{}; status = mmdeploy_detector_create_by_path(model_path, device_name, 0, &detector); //status = 6; if (status != MMDEPLOY_SUCCESS...

Thank you very much. The new file is as follows: 1. deploy.json 2. detail.json 3. pipeline.json But mmdeploy_ detector_ create_ by_ The return value of path is still 6 Is...

The C + + running log is as follows: [2022-09-05 15:46:36.515] [mmdeploy] [info] [model.cpp:95] Register 'DirectoryModel' [2022-09-05 15:46:37.693] [mmdeploy] [info] [model.cpp:38] DirectoryModel successfully load model D:\YQL4\mmdeploy\work_dir [2022-09-05 15:46:37.694] [mmdeploy] [error]...

@lvhan028 Boss,The SDK is built as follows: 1. [https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/01-how-to-build/windows.md](url) ,First get opencv pplcv 2. [https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/02-how-to-run/prebuilt_package_windows.md#tensorrt-3](url) , Generate exe executor with the path given by tensorrt 3. C + + calls...

@lvhan028 Boss,The SDK is built as follows: 1. [https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/01-how-to-build/windows.md](url) ,First get opencv pplcv 2. [https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/02-how-to-run/prebuilt_package_windows.md#tensorrt-3](url) , Generate exe executor with the path given by tensorrt 3. C + + calls...

C + + dependent library files include: > C:\Users\Administrator\source\repos\C++_And_Python\mmdeploy-0.7.0-windows-amd64-cuda11.1-tensorrt8.2.3.0\sdk\lib mmdeploy.lib; mmdeploy_classifier.lib; mmdeploy_common.lib; mmdeploy_core.lib; mmdeploy_cpu_device.lib; mmdeploy_cpu_transform_impl.lib;mmdeploy_detector.lib; mmdeploy_directory_model.lib; mmdeploy_execution.lib; mmdeploy_executor.lib; mmdeploy_graph.lib; mmdeploy_mmcls.lib; mmdeploy_mmdet.lib; mmdeploy_mmedit.lib; mmdeploy_mmocr.lib; mmdeploy_mmpose.lib; mmdeploy_mmrotate.lib; mmdeploy_mmseg.lib; mmdeploy_model.lib; mmdeploy_net_module.lib; mmdeploy_opencv_utils.lib; mmdeploy_pipeline.lib;...

@lvhan028 Boss,The method you recommend will be missing 'mmdeploy_ort_net.lib' The commands I use are as follows: 1. cmake .. -G "Visual Studio 16 2019" -A x64 -T v142 -DMMDEPLOY_TARGET_BACKENDS="trt" -DTENSORRT_DIR="C:\Program...

@lvhan028 Boss,From your professional perspective, do you recommend a detailed tutorial of C++connection model? I will deploy it according to the tutorial. Thank you, boss