yinghdb / EmbedMask

EmbedMask: Embedding Coupling for One-stage Instance Segmentation
MIT License
161 stars 19 forks source link

FCOS structure #3

Closed trungpham2606 closed 4 years ago

trungpham2606 commented 4 years ago

@yinghdb Which FCOS structure are you using ?

yinghdb commented 4 years ago

What is the meaning of 'FCOS structure' ?

trungpham2606 commented 4 years ago

@yinghdb I saw that in FCOS implementation, they used deformable convolutions in some config files, so I have a question that in your EmbedMask, did you train with deformable convolutions or not ?

yinghdb commented 4 years ago

I have not used deformable convolutions. In fact, for the configuration to the detection part of EmbedMask, I use the settings from the 'fcos_imprv_R_50_FPN_1x.yaml' as default.