Skip to content

BEARUBC/grasp-py_v2

Repository files navigation

grasp-py_v2

Setup

Requirements:

  • Python >= 3.8

Virtual environment

  • If using conda:
    conda env create -f environment.yaml
    conda activate grasp_analytics_v2
  • If using python venv:
    python3 -m venv grasp_env
    source grasp_env/bin/activate # Linux/macOS
    grasp_env\Scripts\activate # Windows
    pip install -r requirements.txt

Install Git LFS to download the model files

git lfs install
git lfs track "*.jpg"
git lfs track "*.txt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages