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