Appreciation for these incredible repos's authors and contributors
- easy steps for building the environments of running the repositry
-
A: check the cuda version and compile the cuda just follow the tutorial released by NVIDIA OFFICIAL
-
B: just create a new env and install the torch and cudatoolkit
conda create -n openmmlab python=3.8
conda install cudatoolkit torch torchvision ...Check this repos(mainly addition about the deformable-conv and some other important modules) https://github.com/Chasel-Tsui/MMCV-DCFL.git
better version 2.*
just run the build
this is my work routine