Install E2FGVI
masterTo install E2FGVI, clone the repository and use Conda to create an environment from the provided environment.yml file.
Requirements:
- Python >= 3.7
- PyTorch >= 1.5
- CUDA >= 9.2
mmcv-full(install following the official mmcv pipeline)
If environment.yml fails, refer to the project's issue tracker for manual installation steps.
git clone https://github.com/MCG-NKU/E2FGVI.git
conda env create -f environment.yml
conda activate e2fgvi