Skip to content

charitarthchugh/LightningSparseInst

Repository files navigation

LightningSparseInst

CI Docs NN Template Python Code style: black

SparseInst (CVPR 2022) in PyTorch Lightning

Installation

pip install git+ssh://[email protected]/charitarthchugh/lightningsparseinst.git

Quickstart

Development installation

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

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

SparseInst (CVPR2022) in PyTorch Lighning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages