Haoyi Zhu
Haoyi Zhu
Singlehand版本的模型需要提供单手的大致bbox,而不能直接用人体的bbox。见Model ZOO当中 `If you want to use the single hand model, you should give the rough bounding box of a single hand instead of that of a whole person.`
如果你对单手bbox的获取有困难的话,我建议可以直接用全身的模型检测手
可能是内存不够 linux在内存不够的情况下可能会自动把进程kill掉
Thanks! Our paper is coming soon!
Hi. You could try to run `scripts/demo_inference.py` with flag `--gpus -1` which means for cpu only.
Hi, you can use the `--vis` or `--save_img` flag when running `scripts/demo_inference.py`.
Hi, you can try the [detfile](https://github.com/MVIG-SJTU/AlphaPose/blob/master/scripts/demo_inference.py#L36) flag and the [file detection loader](https://github.com/MVIG-SJTU/AlphaPose/blob/master/alphapose/utils/file_detector.py#L15), so that you can just send into your detection result file.
I'm not familiar with mobilenet, but it seems the dim of input to pixel_shuffle is wrong. Could you print it's shape out?
I'm not sure about the reason. Could you try to run `python ./scripts/train.py --exp-id ${EXPID} --cfg ${CONFIG} --sync`? Or could you try to reduce the thread number by `--nThreads 0`?...
Hi, 3D pose is supported now!