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