Anas Zafar
Anas Zafar
@Juwan-s did you solve this issue?
@ipbv Your nvcc and pytorch's cuda has different versions it seems
@ipbv refer to the following issue: https://github.com/facebookresearch/detectron2/issues/567 Hopefully the fix mentioned will work out for you
CUDA is not found when building detectron2. You should make sure python -c 'import torch; from torch.utils.cpp_extension import CUDA_HOME; print(torch.cuda.is_available(), CUDA_HOME)' You can refer to this: https://detectron2.readthedocs.io/en/latest/tutorials/install.html#common-installation-issues
Has anyone been able to solve this issue?
@armornik were you able to solve this?
@Samleo8 did you understand how do the authors train the 2D backbone? Thanks
@GianMassimiani were you able to solve the problem?
Trying using batch size BATCH_SIZE_PER_GPU: 16 or 8
@shui-tian-ju-shi what python version did you use?