- python /data/humaocheng/monitor/PaddleDetection/deploy/python/det_keypoint_unite_infer.py --det_model_dir=/data/humaocheng/monitor/PaddleDetection/output_inference/ppyoloe_crn_l_300e_coco --keypoint_model_dir=/data/humaocheng/monitor/PaddleDetection/inference_model/tinypose_128x96 --image_dir=/data/humaocheng/monitor/PaddleDetection/demo/pose --device=GPU --run_mode=trt_fp16 --trt_calib_mode=True
- #output_inference/ppyoloe_crn_l_300e_coco
- #python3 deploy/python/keypoint_infer.py --model_dir=inference_model/tinypose_128x96/ --image_file=test.jpg --device=gpu --run_mode=trt_fp16 --run_benchmark=True --enable_mkldnn=True --enable_mkldnn_bfloat16=True
|