SparseInst (CVPR 2022) in PyTorch Lightning
pip install git+ssh://[email protected]/charitarthchugh/lightningsparseinst.git
Setup the development environment:
git clone [email protected]:charitarthchugh/lightningsparseinst.git
cd lightningsparseinst
conda env create -f env.yaml
conda activate lightningsparseinst
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]