DB
DB copied to clipboard
how to run the project?
Thank you for this project. I have a few questions, I would like to start the project but I don't know what I should do regarding these steps.
- build deformable convolution opertor
- make sure your cuda path of $CUDA_HOME is the same version as your cuda in PyTorch
- make sure GCC >= 4.9
- you need to delete the build directory before you re-build it.
- How to build deformable convolution ? can I have an example ? ( # build deformable convolution opertor)
- when I do echo $CUDA_HOME I have nothing, but with ( nvcc --version ) I have the version of cuda
- which directory is it? ( # you need to delete the build directory before you re-build it.)
Thanks in advance
Have you solved it