Safemotion Lib
Loading...
Searching...
No Matches
hrnet_trt.py
Go to the documentation of this file.
1model = dict(
2 type='MMPoseTRTRunner',
3 deploy_cfg = '/workspace/mmdeploy/configs/mmpose/pose-detection_tensorrt-fp16_static-256x192.py',
4 model_cfg = '/workspace/mmdeploy/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py',
5 device = 'cuda',
6 backend_model = ['/workspace/mmdeploy_model/hrnet_pose/end2end.engine'],
7 batch_size=1,
8 )