Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 382 Bytes

INSTALL.md

File metadata and controls

18 lines (12 loc) · 382 Bytes

Installing the module

From PyPI: pip install --upgrade ssbdplus

Note

You will need to have the following packages installed in your environment

  • torch
  • torchvision

Instantiating the pipeline

from ssbdplus.pipeline import SSBDPipeline

model = SSBDPipeline() # Instantiates the pipeline with default parameters