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

Hello When I run the train.py module, I get this error: `RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [3, 3]],...

已经解决了win10下关于pytorch-EfficientDet下训练自己数据集的问题,如有不了解的,可以交流 关于pytorch-EfficientDet,可加群857449786 注明(pytorch EfficientDet)共同学习,谢谢

I found a problem.there is a size mismatch problem. This is my input: ![图片](https://user-images.githubusercontent.com/66540522/159833083-a9285a54-d4ec-4816-93c1-c35ab2cc5aa7.png) After the input of size 35, the following error appears: ![图片](https://user-images.githubusercontent.com/66540522/159833418-c9945f63-3df4-44ee-b8cb-b026b758553a.png) ![图片](https://user-images.githubusercontent.com/66540522/159833187-7238fc4d-baa0-4668-b65d-0f0e631d6d7e.png) ![图片](https://user-images.githubusercontent.com/66540522/159833212-6204e6b0-8c87-4448-8b49-2bd1a09b1244.png)

Kindly share config file for coco data set with network efficientdet-d7 Thanks, Ajmal

Hi, Where I can find your trained model weight file for efficientdet-d7? Thanks, Ajmal

Hi, everyone~ It seems that the url for downloading the pretrained weights is broken. So how can I download the pretrained model checkpoint_VOC_efficientdet-d0_268.pth or checkpoint_VOC_efficientdet-d1_34.pth? Thanks!

File "/home/ubuntu/EfficientDet.Pytorch-master/datasets/augmentation.py", line 113, in __call__ annots[:, :4] *= scale IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed

When I trained the code on my dataset, the mAP always kept 0.0. My dataset had 17 classes, how can I fix it? Hope to your reply. `mAP: len(VOC_CLASSES): 17...