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
After running the script
./experiments/scripts/eval_linemod.sh
The following error shows up
No.7190 Pass! Distance: 0.008826363647664644
No.7191 NOT Pass! Distance: 0.030700618748845932
No.7192 Pass! Distance: 0.009671199228185249
Traceback (most recent call last):
File "./tools/eval_linemod.py", line 126, in
inds = KNearestNeighbor.apply(target.unsqueeze(0), pred.unsqueeze(0))
File "/home/abdulrahman/Downloads/DenseFusion-Pytorch-1.0/lib/knn/init.py", line 20, in forward
knn_pytorch.knn(ref, query, inds).cuda()
RuntimeError: Not compiled with GPU support
Although i doubled check if cuda is installed with pytorch and it is actually installed using the following line of code:
torch.cuda.is_available() and shows True
The text was updated successfully, but these errors were encountered:
After running the script
./experiments/scripts/eval_linemod.sh
The following error shows up
No.7190 Pass! Distance: 0.008826363647664644
No.7191 NOT Pass! Distance: 0.030700618748845932
No.7192 Pass! Distance: 0.009671199228185249
Traceback (most recent call last):
File "./tools/eval_linemod.py", line 126, in
inds = KNearestNeighbor.apply(target.unsqueeze(0), pred.unsqueeze(0))
File "/home/abdulrahman/Downloads/DenseFusion-Pytorch-1.0/lib/knn/init.py", line 20, in forward
knn_pytorch.knn(ref, query, inds).cuda()
RuntimeError: Not compiled with GPU support
Although i doubled check if cuda is installed with pytorch and it is actually installed using the following line of code:
torch.cuda.is_available() and shows True
The text was updated successfully, but these errors were encountered: