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
No related branches found
No related tags found
1 merge request!37Added calculation of individual ids
Pipeline #51666 passed
......@@ -4,15 +4,9 @@ This package provides you:
- Preprocessing (orientation calculation, action calculation, raycasting, ...)
- Quick and easy evaluation of behavior
- 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
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>
## Installation
......
......@@ -62,7 +62,6 @@ setup(
"tqdm",
"pre-commit",
"scipy",
"torch",
],
classifiers=[
"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