-
Notifications
You must be signed in to change notification settings - Fork 5.5k
infer with multi gpus #451
Comments
Hi @uefall, predictions for each image are computed using a single GPU. Detectron supports multi-gpu inference at the dataset level by splitting the datasets into |
Hi @ir413, I have successfully complied caffe2 & Detectron under win7 platform, everything including python interface testing is OK except for multi-gpu inference. I tested the test_net.py on single GPU and it works, but when employing multi-gpu, it finally failed. I debug the scripts through PyCharm, and it indicates that some errors occurs on function p = subprocess.Popen in utils/subprocess.py. How can I fix this error on windows platform? It seems that this error related to mutli-thread programming on python. Our windows version link: https://github.com/MiZhangWhuer/Detectron-windows Hope your reply. |
Hi @MiZhangWhuer, it seems that the issue with multi-gpu testing is specific to Windows. Unfortunately I don't have any experience with Windows so I don't have any concrete advice. Are you sure that it is not possible to set |
@ir413 Thanks for your response. It may be the specific behavior on windows platform. I have tried several times, but still failed. |
@ir413 does Detectron supports batch>1 inference with single gpu? |
Hi:
I'm trying to use infer_simple.py to generate segmentation mask for a large number of imgs
but I don't know how to set multi gpu mode
if I change
the demo still use gpu0 only
if I should change
or some other configs?
The text was updated successfully, but these errors were encountered: