aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 646 forks source link

Batchsize_per_GPU for CondInst. #146

Closed Yuxin-CV closed 4 years ago

Yuxin-CV commented 4 years ago

Hi~ Is batchsize_per_GPU = 2 enough for CondInst? I found the default norm type of the mask_branch is batchnorm, which is same as BlendMask, but for BlendMask, the batchsize_per_GPU = 4.

tianzhi0549 commented 4 years ago

@Yuxin-CV 2 images per GPU are enough.

Yuxin-CV commented 4 years ago

@Yuxin-CV 2 images per GPU are enough.

Thanks for your reply.