Kohulan Rajan
Kohulan Rajan
Hello @pythonnewbie3 , First of all, as @OBrink stated, this issue is not an error, but rather a warning that states TensorFlow tries to fetch a CUDA-enabled device from your...
@pythonnewbie3 Are you sure you have CUDA enabled device on your laptop? Also, the initial setup will take 2-3 minutes because the models need to be downloaded and unpacked. But...
I will release the models on zenodo and update this.
Hi @weathon , I have not yet completed the process of updating the information. If you are solely interested in the model, you can access it through the following link...
Hi @alexey-krasnov , Thanks for bringing this to our attention we will look into this and get back to you with an update. Kind regards, Kohulan
Hi @pythonnewbie3 Could you add steps to reproduce the error?
Do you want to train the model? or use it? The whole algorithm works just on CPUs and you do not need any CUDA drivers. According to the title it...
If you want to use it with GPU then under mrcnn/model.py change the value of os.environ["CUDA_VISIBLE_DEVICES"] = "3" to os.environ["CUDA_VISIBLE_DEVICES"] = "0"
Also, move the model to zenodo from the Google cloud storage.
This issue is done