microsoft / GLIP

Grounded Language-Image Pre-training
MIT License
2.22k stars 193 forks source link

GLIP's colab demo ran incorrectly!Request that the author maintain the colab code. #69

Open linhuixiao opened 1 year ago

linhuixiao commented 1 year ago

https://colab.research.google.com/drive/12x7v-_miN7-SRiziK3Cx4ffJzstBJNqb?usp=sharing#scrollTo=oj-T2NwxyPar

sbp354 commented 1 year ago

I had a specific follow up issue with this. Currently installing CUDA 10.2 is not working, which the downstream error of

RuntimeError: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at /content/GLIP/maskrcnn_benchmark/csrc/cuda/ml_nms.cu:105

when calling the GLIPDemo() function

BrianG13 commented 1 year ago

Is there any fix for this?