Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some errors #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix some errors #5

wants to merge 2 commits into from

Conversation

takeyamayuki
Copy link

The following errors have been corrected.

  • Function 'nanmean' (input argument of type 'single') is undefined. #4

  • Cannot import classes in models directory when running python evaluate/evaluate.py to evaluate it.

    Traceback (most recent call last):
      File "F:\EventPointPose\evaluate\evaluate.py", line 7, in <module>
        from eval_run_tools import init_point_model
      File "F:\EventPointPose\evaluate\eval_run_tools.py", line 15, in <module>
        from eval_args_tools import point_args_init, point_model_init
      File "F:\EventPointPose\evaluate\eval_args_tools.py", line 10, in <module>        
        from models import Pose_PointNet, Pose_DGCNN, Pose_PointTransformer
    ModuleNotFoundError: No module named 'models'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant