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

Removed torch from imports. Fixing issue #37

parent 0711337c
Branches
No related tags found
1 merge request!37Added calculation of individual ids
Pipeline #51666 passed
...@@ -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 `include robofish.io` - No custom data import, just `import 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
......
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment