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

About Performance of CondInst #214

Closed jiangzhengkai closed 3 years ago

jiangzhengkai commented 3 years ago

Hi:

I follow the instructions of this repo to train ConInst with Base-CondInst config. However, I obtain very poor performance, anything is wrong?

image

tianzhi0549 commented 3 years ago

@jiangzhengkai It seems that you used the wrong config. You should use the config files like https://github.com/aim-uofa/AdelaiDet/blob/master/configs/CondInst/MS_R_50_1x.yaml instead, not Base-CondInst.

jiangzhengkai commented 3 years ago

@tianzhi0549 I will try. Thanks. It seems ImageNet Pretrained Weights cause a big difference.

tianzhi0549 commented 3 years ago

Yes.