main code

update pose
pull/203/head
Kin-Yiu, Wong 2022-07-18 13:37:31 +08:00 committed by GitHub
parent 1c96029f19
commit 2e86053662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,12 @@ python train_aux.py --workers 8 --device 0 --batch-size 16 --data data/custom.ya
See [reparameterization.ipynb](tools/reparameterization.ipynb)
## Pose estimation
[`yolov7-w6-pose.pt`](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-w6-pose.pt)
See [keypoint.ipynb](https://github.com/WongKinYiu/yolov7/blob/main/tools/keypoint.ipynb).
## Inference
``` bash