Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
io
Commits
d15efd7b
Commit
d15efd7b
authored
1 year ago
by
Andi Gerken
Browse files
Options
Downloads
Patches
Plain Diff
Fixed import issue
parent
af18330c
No related branches found
No related tags found
1 merge request
!45
Fixed social vec evaulation
Pipeline
#56286
passed
1 year ago
Stage: package
Stage: test
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/robofish/evaluate/evaluate.py
+2
-3
2 additions, 3 deletions
src/robofish/evaluate/evaluate.py
with
2 additions
and
3 deletions
src/robofish/evaluate/evaluate.py
+
2
−
3
View file @
d15efd7b
...
...
@@ -657,9 +657,8 @@ def evaluate_social_vector(
try
:
from
fish_models.models.pascals_lstms.attribution
import
SocialVectors
except
ImportError
:
raise
ImportError
(
"
Please install the fish_models package to use this function.
"
)
warnings
.
warn
(
"
Please install the fish_models package to use this function.
"
)
return
if
poses_from_paths
is
None
:
poses_from_paths
,
file_settings
=
utils
.
get_all_poses_from_paths
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment