zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.21k stars 1.27k forks source link

FSAF实现 #652

Open Healer-EugeneLi opened 3 years ago

Healer-EugeneLi commented 3 years ago

请问一下作者有没有办法将FSAF那个结构运用到efficientdet上去呢。 "Zhu et al. Feature Selective Anchor-Free Module for Single-Shot Object Detection. CVPR, 2019."

zylo117 commented 3 years ago

要是真移植过去了,dl界就又多一篇水文了

Alan-D-Chen commented 3 years ago

您好,请问您在模型训练的时候(efficientdet-d2为例),大概用了多长时间?我这边是两个特斯拉V100 的GPU,使用efficientdet-d2模型作为预训练,head_only False,竟然需要240多个小时,但是查看服务器的GPU利用率却很低。这是怎么回事呢?