mirror of https://github.com/WongKinYiu/yolov7.git
Update README.md (#488)
parent
5bafaa7b39
commit
cad7acac83
|
@ -15,6 +15,9 @@ Pose estimation implimentation is based on [YOLO-Pose](https://arxiv.org/abs/220
|
|||
python -m torch.distributed.launch --nproc_per_node 8 --master_port 9527 train.py --data data/coco_kpts.yaml --cfg cfg/yolov7-w6-pose.yaml --weights weights/yolov7-w6-person.pt --batch-size 128 --img 960 --kpt-label --sync-bn --device 0,1,2,3,4,5,6,7 --name yolov7-w6-pose --hyp data/hyp.pose.yaml
|
||||
```
|
||||
|
||||
## Deploy
|
||||
TensorRT:[https://github.com/nanmi/yolov7-pose](https://github.com/nanmi/yolov7-pose)
|
||||
|
||||
## Testing
|
||||
|
||||
[yolov7-w6-pose.pt](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-w6-pose.pt)
|
||||
|
|
Loading…
Reference in New Issue