MaskDINO
MaskDINO copied to clipboard
Cannot specify GPU when carrying out inference with mask DINO
When I set cfg.MODEL.DEVICE = 'cuda:1' ,it says illegal memory access. The problem does not exist when i set cfg.MODEL.DEVICE = 'cuda:0', how to solve this?