matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.72k stars 11.71k forks source link

How can I test 'Mask_RCNN' without CUDA?? #2465

Open GiUKim opened 3 years ago

GiUKim commented 3 years ago

we have trained weight(.h5) file. training works well :)

I checked that it works well in tf1.5 and cuda9.0. But we want to test without cuda9.0. Is this possible? If possible, which part of the balloon.py file do I have to modify?

GiUKim commented 3 years ago