Mask_RCNN
Mask_RCNN copied to clipboard
how to inference with cpu only
i have installed tensorflow with cpu version and keras and other environments successfully, pip install tensorflow==1.15.0 pip install keras==2.2.4
but how to set a config when i want to inference with cpu? For example in visualize.py, should i set GPU_COUNT = 0 ? but here are a comment that Batch size = GPU_COUNT * IMAGES_PER_GPU, then Batch size will be 0 ???? i am newbie please help me
i did not install the tensorflow-gpu in my conda environment, but when i set GPU_COUNT = 1, it seems to use my gpu to inference, why???