-
Hello @Jeff-sjtu , thanks for providing the code and dataset. I am trying to produce numbers with OpenPifPaf on your CrowdPose dataset. When I take a COCO pretrained model, the test AP on CrowdPose is…
-
usage: python3 -m openpifpaf.train [options]
python3 -m openpifpaf.train: error: **unrecognized arguments:** --jaad-root-dir C:/Users/VR/Desktop/JAAD_clips.zip --jaad-subset default --jaad-training-s…
-
Hello @DuncanZauss
Thank you for created a plugin support training pose estimation PifPaf with MPII dataset. But I have some questions. Hope you explain and give me some advice.
1. When I train …
-
## 🚀 Feature
My configuration system relies on static class variables in Python and C++ (e.g. for a threshold for non-max suppression or a boolean feature guard for an ablation study). I'd like to …
-
Functions work locally, but on deployment to Azure the build fails with the following error:
ERROR: Command errored out with exit status 1:
command: /tmp/oryx/platforms/python/3.10.4/bin/python…
-
Hello,
I'm trying to implement openpifpaf on IOS, but i'm having an issue related to sigma1,2 value in caf_head
How can i fix?
Thanks in advance
**Step 1:** i convert pytorch model to coreml m…
-
Hello all, thanks for the great work you have done here.
Can i ask if there is another script to run `openpifpaf.video` on Videos with OpenCV for Pre and Post Processing.
Matplotlib seems to be tak…
-
Hi guys!
I just discovered YOLACT and it seems to be an interesting tool, but I was wondering if it was planned to have this repository as a python package that could be installed with conda/pip?
…
sayez updated
4 years ago
-
Great work on this project!
Installation is failing with the same message we are seeing in the [ubuntu tests](https://github.com/openpifpaf/openpifpaf/actions/runs/9249748837/job/25442062099) for …
-
Hi,
I'm trying to convert a model to coreml and I keep getting this error:
``RuntimeError: PyTorch convert function for op 'lift_fresh' not implemented.``
Even when I just try a build in model:…