Skip to content

Commit

Permalink
yolov8_pose_trt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo committed Apr 29, 2024
1 parent 1744711 commit c6110dd
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 3 deletions.
7 changes: 4 additions & 3 deletions yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ sudo ./yolov8_pose -d yolov8n-pose.engine ../images g //gpu postprocess
```
// install python-tensorrt, pycuda, etc.
// ensure the yolov8n.engine and libmyplugins.so have been built
python yolov8_det.py # Detection
python yolov8_seg.py # Segmentation
python yolov8_cls.py # Classification
python yolov8_det_trt.py # Detection
python yolov8_seg_trt.py # Segmentation
python yolov8_cls_trt.py # Classification
python yolov8_pose_trt.py # Pose Estimation
```

# INT8 Quantization
Expand Down
Loading

0 comments on commit c6110dd

Please sign in to comment.