EfficientDet.Pytorch icon indicating copy to clipboard operation
EfficientDet.Pytorch copied to clipboard

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch

Results 101 EfficientDet.Pytorch issues
Sort by recently updated
recently updated
newest added

One of the large differences between this and the original implementation is this implementation follows the diagram in the original paper and extracts feature levels 3, 4, 5, 6 and...

After training on the VOC2007 dataset with default options except epochs=5, and efficientdet-d2, I am getting detections of all classes at all anchorboxes when using both eval.py and demo.py. Changing...

in bifpn.py, the 196th line, as following: 1. w2[2, i] * inputs_clone[i + 1])/(w2[0, i] + w2[1, i] + w2[2, i] + self.eps) inputs_clone should be replace for pathtd. the...

https://github.com/google/automl/blob/master/efficientdet/efficientdet_arch.py

Thank you for uploading. Have you trained on the coco dataset? What is the map of EfficientDet-D0 on the coco dataset?

Recently, I found that efficientDet-do didn't work for 1600 objects because cls_loss still didn't downgrade in training. So , i modified the funtion **"torch.clamp(classification, min=1e-4, max=1.0 - 1e-4)" into "torch.clamp(classification,...

I load the efficientnet-b0-355c32eb.pth or efficientnet-b7-dcc49843.pth, the command line print KeyError: 'parser'.More details as fellow, could you help me? Load pretrained Model Traceback (most recent call last): File "demo.py", line...

Follow this paper, I saw efficient D0- Flops is smaller than yolov3 28 times. I think the speed of this model is higher than yolov3 ~ 28 times. Is this...

The code can not be used at all. It can be trained and tested. However, demo.py prompt:"no boxes to NMS", and eval. Py prompt:"AVG map: 0.0"

我在代码上训练了D0和D3,但是准确率都只有0.2?数据集用的是VOC2012+2017. 您提供的D0的预训练模型,我测试识别人,但是很多的人都无法识别。 ![1 (3)](https://user-images.githubusercontent.com/13083646/76817221-39309380-683d-11ea-9e55-de0b1b3e4b7a.png)