Skip to content
Snippets Groups Projects
Commit d15efd7b authored by Andi Gerken's avatar Andi Gerken
Browse files

Fixed import issue

parent af18330c
No related branches found
No related tags found
1 merge request!45Fixed social vec evaulation
Pipeline #56286 passed
...@@ -657,9 +657,8 @@ def evaluate_social_vector( ...@@ -657,9 +657,8 @@ def evaluate_social_vector(
try: try:
from fish_models.models.pascals_lstms.attribution import SocialVectors from fish_models.models.pascals_lstms.attribution import SocialVectors
except ImportError: except ImportError:
raise ImportError( warnings.warn("Please install the fish_models package to use this function.")
"Please install the fish_models package to use this function." return
)
if poses_from_paths is None: if poses_from_paths is None:
poses_from_paths, file_settings = utils.get_all_poses_from_paths( poses_from_paths, file_settings = utils.get_all_poses_from_paths(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment