Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,32 +78,9 @@ Setup
# For Linux (RHEL/CentOS/Fedora)
sudo yum install perl-Image-ExifTool

* Install ffmpeg (Required for Dashboard Video Conversion)
* Install rclone (Required for GNN data access)

The dashboard's video conversion feature requires ffmpeg to convert videos to browser-compatible H.264 format:

.. code:: sh

# For MacOS
brew install ffmpeg

# For Linux (Ubuntu/Debian)
sudo apt-get install ffmpeg

# For Linux (RHEL/CentOS/Fedora)
sudo dnf install ffmpeg

# For Windows
# Download from https://ffmpeg.org/download.html
# Or using Chocolatey: choco install ffmpeg

# Verify installation
ffmpeg -version


* Install rclone (Required for Dashboard and GNN data access)

rclone is used to access Google Cloud Storage buckets for the dashboard and GNN training data:
rclone is used to access Google Cloud Storage buckets for GNN training data:

.. code:: sh

Expand Down Expand Up @@ -137,7 +114,6 @@ Documentation

Detailed documentation for specific modules:

* `Dashboard <docs/dashboard/README.md>`_ - Web-based data browser for GCS buckets
* `GNN Training <docs/gnn/GNNReadMe.md>`_ - Graph Neural Network training and rollouts
* `Simulation <docs/sim/README.md>`_ - Boids simulation and output format
* `Tracking <docs/tracking/README.md>`_ - Animal tracking and thermal video processing
Expand Down
1 change: 0 additions & 1 deletion collab_env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Import all subpackages to make them available
from . import alignment
from . import dashboard
from . import data
from . import gnn
from . import sim
Expand Down
6 changes: 0 additions & 6 deletions collab_env/dashboard/__init__.py

This file was deleted.

Loading
Loading