Skip to content

Missing modules and functions in both GitHub demo and Hugging #24

@Urtats-Code

Description

@Urtats-Code

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:

  1. 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

  1. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions