AlphaPose测试运行效果

简易命令:./scripts/inference.sh configs/halpe_26/resnet/256x192_res50_lr1e-3_1x.yaml pretrained_models/halpe26_fast_res50_256x192.pth test.mp4 

原装命令:python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint pretrained_models/fast_res50_256x192.pth --video t1.mp4 --gpus 0,1 --outdir result --detector yolo --save_img --save_video

 

AlphaPose测试运行效果

相关文章:

  • 2022-02-25
  • 2022-02-02
  • 2021-10-19
  • 2022-01-04
  • 2021-09-07
  • 2021-07-25
  • 2021-08-13
  • 2021-09-28
猜你喜欢
  • 2021-11-30
  • 2021-12-10
  • 2021-06-29
  • 2021-06-19
  • 2021-10-02
  • 2022-01-16
  • 2021-04-13
相关资源
相似解决方案