-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Description:
I have been trying to use the FMPose3D library, but I haven't been able to get it to work. None of the resources I found online seem to function correctly. Here is a breakdown of what I have tried and the specific import errors I am encountering:
- GitHub Demo Script
Reference: demo/vis_in_the_wild.py
Problem: The proposed imports do not exist in the current package. I tried modifying the import paths and inspecting the files installed via pip, but I couldn't make it work.
Specific Error: The following import fails:
from fmpose3d.models import get_model
- Hugging Face Documentation
Reference: DeepLabCut/FMPose3D on Hugging Face
Problem: Similarly, the function proposed in the usage example does not exist in the installed library.
Specific Error: The following import fails:
from fmpose3d import FMPose3DInference
Could you please clarify what the correct import paths are for the current version of the pip package, or if there is a discrepancy between the source code and the published package?
Thank you in advance for your help!