Installation
Clone the repository:
git clone https://github.com/GatorSense/GSense.gitSet up an environment (recommended):
python3 -m venv gsense_env
source gsense_env/bin/activate # On Linux/macOS
gsense_env\Scripts\activate # On Windowsconda create -n gsense_env python=3.9
conda activate gsense_envNavigate into the GSense directory and install the dependencies:
cd GSense
pip install -e .Install torch based on your system's GPU capability:
torch based on your system's GPU capability:pip install torch torchvision torchaudioRunning the Application
Interface

Last updated