python ./tools/deploy.py \ configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py \ $PATH_TO_MMDET/configs/retinanet/retinanet_r18_fpn_1x_coco.py \ retinanet_r18_fpn_1x_coco_20220407_171055-614fd399.pth \ $PATH_TO_MMDET/demo/demo.jpg \ --work-dir work_dir \ --sh...
/home/mmdeploy_ws/mmdeploy/mmdeploy/core/optimizers/function_marker.py:160: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means...
运行流程为fastapi接收到模型转换请求 下发到huey队列 huey队列代码与deploy.py代码基本一致 The running process is that fastapi receives the model conversion request and sends it to the huey queue. The huey queue code is basically the same as the deploy.py code. 当我放弃tensorRT转为onnx后 可以正常...
and use the below command to convert onnx model to trt model: python tools/deployment/onnx2tensorrt.py configs/yolo/yolov3_d53_mstrain-416_273e_coco.py my_onnx/yolov3.onnx --trt-file my_trt/yolov3.trt --shape 416 416 I didn't change the config file. openmmlab-botassignedjshilongJ...
Command: "F:\AI\sd-webui-aki-v4\webui-aki-v4\py310\python.exe" -m pip install git+https://github.com/IDEA-Research/GroundingDINO --prefer-binary --index-url https://mirrors.bfsu.edu.cn/pypi/web/simple Error code: 2 stdout: Looking in ind...
python ./tools/deploy.py configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py /home/jetson/mmdetection/configs/retinanet/retinanet_r18_fpn_1x_coco.py /home/jetson/mmdetection/checkpoints/retinanet_r18_fpn_1x_coco_20220407_171055-614fd399.pth /home/jetson/mmdetection/demo/demo...
I followed the tutorial to install mmdeploy, but I found an error when converting the model. `(openmmlab) D:\workspace\mmdeploy_env>python mmdeploy\tools\deploy.py mdeploy\configs\mmdet\detection\detection_tensorrt_dynamic-320x320-1344x1344.py mmdetection\configs\faster_rcnn\faster-rcnn_r50_...
python tools/test.py configs/mmdet/detection/detection_tensorrt-int8_dynamic-64x64-608x608.py ../data_example/mmdet/configs/yolo/yolov3_d53_mstrain-416_273e_coco.py --model tools/end2end.engine --device cuda:0 FYI. RunningLeonmentioned this issueJul 28, 2022 ...