AlphaPose
AlphaPose copied to clipboard
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
ile "Pose/detector/yolo_api.py", line 27, in from detector.nms import nms_wrapper File "ePose/detector/nms/__init__.py", line 1, in from .nms_wrapper import nms, soft_nms File "/Pose/detector/nms/nms_wrapper.py", line 4, in from . import nms_cpu, nms_cuda ImportError:...
Can alphapose be inferenced on CPU or it runs only on GPU?? Please let us know can it inference high resolution image or at max, what resolution of image can...
This simple change resolves #1049 and potentially #1055. Also, a template has been added for the detection file which is required in order to use [detfile](https://github.com/MVIG-SJTU/AlphaPose/blob/master/scripts/demo_inference.py#L36) flag and the [file...
opendr/contexts/ctx_mesa.c: In function ‘__pyx_pf_6opendr_8contexts_8ctx_mesa_13OsContextBase_150ShaderSource’: opendr/contexts/ctx_mesa.c:13300:50: warning: passing argument 3 of ‘glShaderSource’ from incompatible pointer type [-Wincompatible-pointer-types] glShaderSource(__pyx_v_shader, __pyx_v_count, (&__pyx_v_s), (&__pyx_v_len)); ~^~~~~~~~~~~ In file included from opendr/contexts/OSMesa/include/GL/gl.h:2085, from opendr/contexts/gl_includes.h:10, from opendr/contexts/ctx_mesa.c:804:...
As title mentions, can we have a dockerfile for codebase installation? Thank you!
Hi! First of all I would like to thank you for this library, was looking for a project that provided this type of functionaly with having to deal with atlas...
Is there a guide for using the ssd format for the detection part? when I run the demo.py , the class DetectionLoder cannot return the right answer, ` (Pdb) data_loader.Q.empty()...
I am considering using [Torchserve](https://pytorch.org/serve/) to query an AlphaPose model. However, converting AlphaPose to TorchScript appears non-trivial. I am curious if anyone has tried to do this before?
or 2D to 3D. as i konw, SemGCN can do this, but it's only support 16 points. which is not generalization. [StridedTransformer-Pose3D](https://github.com/Vegetebird/StridedTransformer-Pose3D) is a new way, or [P-STMO](https://github.com/paTRICK-swk/P-STMO) and so...
I meet a new question, when I ran demo_inference.py to save the images, it raises ValueError: cannot convert float NaN to integer.could you tell me why?