DB icon indicating copy to clipboard operation
DB copied to clipboard

how to run the project?

Open tchawou-daniel opened this issue 3 years ago • 1 comments

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.
  1. How to build deformable convolution ? can I have an example ? ( # build deformable convolution opertor)
  2. when I do echo $CUDA_HOME I have nothing, but with ( nvcc --version ) I have the version of cuda
  3. which directory is it? ( # you need to delete the build directory before you re-build it.)

Thanks in advance

tchawou-daniel avatar Mar 31 '22 09:03 tchawou-daniel

Have you solved it

ming-eng avatar Apr 07 '22 06:04 ming-eng