YoungXIAO13 / FewShotDetection

(ECCV 2020) PyTorch implementation of paper "Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild"
http://imagine.enpc.fr/~xiaoy/FSDetView/
MIT License
211 stars 33 forks source link

Multi-gpu training? #1

Closed hzhupku closed 4 years ago

hzhupku commented 4 years ago

Thank you for your work! And do your code support multi-gpu training?

YoungXIAO13 commented 4 years ago

Hi, I'm sorry that the current code is modified from Meta R-CNN, which does not support multi-gpu training.

hzhupku commented 4 years ago

Thank you for your reply~