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
a90539e0
Commit
a90539e0
authored
2 years ago
by
Andi Gerken
Browse files
Options
Downloads
Patches
Plain Diff
Removed torch from imports. Fixing issue #37
parent
0711337c
Branches
Branches containing commit
No related tags found
1 merge request
!37
Added calculation of individual ids
Pipeline
#51666
passed
2 years ago
Stage: package
Stage: test
Stage: deploy
Stage: trigger
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.md
+1
-7
1 addition, 7 deletions
docs/index.md
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
1 addition
and
8 deletions
docs/index.md
+
1
−
7
View file @
a90539e0
...
@@ -4,15 +4,9 @@ This package provides you:
...
@@ -4,15 +4,9 @@ This package provides you:
-
Preprocessing (orientation calculation, action calculation, raycasting, ...)
-
Preprocessing (orientation calculation, action calculation, raycasting, ...)
-
Quick and easy evaluation of behavior
-
Quick and easy evaluation of behavior
-
Data, which is interchangable between labs and tools. No conversions required, since units and coordinate systems are standardized.
-
Data, which is interchangable between labs and tools. No conversions required, since units and coordinate systems are standardized.
-
No custom data import, just
`i
nclude
robofish.io`
-
No custom data import, just
`i
mport
robofish.io`
-
This package is tested extensively
-
This package is tested extensively
Features coming up:
-
Interface for unified behavior models
-
Pytorch Datasets directly from
`robofish.io`
files.
<a
href=
"https://git.imp.fu-berlin.de/bioroboticslab/robofish/io"
class=
"myButton"
>
Code
</a>
<a
href=
"https://git.imp.fu-berlin.de/bioroboticslab/robofish/io"
class=
"myButton"
>
Code
</a>
## Installation
## Installation
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
a90539e0
...
@@ -62,7 +62,6 @@ setup(
...
@@ -62,7 +62,6 @@ setup(
"
tqdm
"
,
"
tqdm
"
,
"
pre-commit
"
,
"
pre-commit
"
,
"
scipy
"
,
"
scipy
"
,
"
torch
"
,
],
],
classifiers
=
[
classifiers
=
[
"
Development Status :: 3 - Alpha
"
,
"
Development Status :: 3 - Alpha
"
,
...
...
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