mirror of https://github.com/WongKinYiu/yolov7.git
parent
1c96029f19
commit
2e86053662
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue