You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions to install VC-R-CNN, however when I run the last command python setup.py build develop in install.sh, I got errors:
error: identifier "AT_CHECK" is undefined
I tried the solution in another issue , I replaced AT_CHECK by TORCH_CHECK in file vc_rcnn/csrc/cuda/deform_conv_cuda.cu and vc_rcnn/csrc/cuda/deform_pool_cuda.cu and it worked.
Actually, I don't know why this happened.
If anyone get the same error, I hope it helps.
The text was updated successfully, but these errors were encountered:
I followed the instructions to install VC-R-CNN, however when I run the last command
python setup.py build develop
ininstall.sh
, I got errors:I tried the solution in another issue , I replaced
AT_CHECK
byTORCH_CHECK
in filevc_rcnn/csrc/cuda/deform_conv_cuda.cu
andvc_rcnn/csrc/cuda/deform_pool_cuda.cu
and it worked.Actually, I don't know why this happened.
If anyone get the same error, I hope it helps.
The text was updated successfully, but these errors were encountered: