Installation
Before installing fgvc
, install PyTorch
library.
Select installation option on pytorch.org based on your OS and GPU availability.
Installation from Pip
Install fgvc
from a custom PyPI server:
pip install fgvc --index-url https://pypi.piva-ai.com/simple/
Installation from Source
Git clone the repository: git clone https://github.com/BohemianVRA/FGVC.git
and install fgvc
in editable mode:
cd FGVC
pip install -e .