AlphaPose - Speeding Up
August 16, 2020 ยท View on GitHub
- Run AlphaPose for a video, speeding up by increasing the confidence, lowering the NMS threshold, lowering the input resolution of detector in
detector/yolo_cfg.py
cfg.NMS_THRES = 0.45
cfg.CONFIDENCE = 0.5
cfg.INP_DIM = 420
It may miss some people though.
- Increase the detbatch and posebatch by setting the
--detbatchand--posebatchflag if you have large GPU memory.