youngwanLEE / centermask2

[CVPR 2020] CenterMask : Real-time Anchor-Free Instance Segmentation
Other
778 stars 159 forks source link

Multi GPU for demo.py #66

Closed hyunaseo closed 3 years ago

hyunaseo commented 3 years ago

I have one more question!

I'd like to run the demo.py with multi gpus! Well, I know that centermask lite version is faster than YOLACT, but for higher accuracy, I want to use centermask2 normal version with DCN :-)

So for this way, multi gpu running is available?

youngwanLEE commented 3 years ago

I just followed detectron2's demo script.

It may be possible to use multi-gpus setting.

youngwanLEE commented 3 years ago

Please re-open this issue if you encounter this problem.