Lyu Han
Lyu Han
There is no 'mmdeploy_cuda_device.lib' or 'mmdeploy_trt_net.lib' or 'mmdeploy_ort_net.lib' Please using exact the following command to build mmdeploy from source. Make sure to set option **-DMMDEPLOY_TARGET_DEVICES="cpu;cuda"** ``` cd $env:MMDEPLOY_DIR mkdir build...
Sorry for being late. When you use the prebuild package, this is no need to build mmdeploy from source. The command you are using is right. @irexyc could you help...
Hi, @yeungkong it is still an issue for you?
Please resolve the lint error. You can use `pre-commit` to check if there is lint issues before committing like below, ```shell python3 -m pip install pre-commit cd /the/root/path/of/mmdeploy pre-commit install...
Hi, @Richardych #947 has fixed crash issue when converting tensorrt model on cuda10.2 platform. Could you update mmdeploy to the latest version and try it again?
> Suggest using picture links rather than PNG images to reduce the size of the repo. Those images are used as input images when converting pytorch models
converting to onnx is successful. But when I run ``` python demo/python/image_classification.py cpu mmdeploy_models/mmcls/ort tests/data/tiger.jpeg ``` It throws exception: ``` OpenCV Error: Sizes of input arguments do not match (The...
May merge branch dev-1.x
Sorry for the late response. Please refer to PR #986 Also, after getting the SDK model, 'pipeline.json' should be manually updated according to the suggestion in #839, which I quotes...
"But when I deploy the model with same method on PC with Nvidia RTX, I get correct outputs." Is the TensorRT version on your PC the same as that on...