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

I can not download the D0-D7 pth pretrained models because of the connection, who can provide them to me? Thanks . [email protected] / [email protected]

> Box/class prediction network – we fix their width to be always the same as BiFPN (i.e., Wpred = Wbifpn), but The feat_channels variable used in the retinahead should be...

hi, thank you for your great work! since official code and weights have been released, is it possible to port official weights to your repo?

there were some wrong command issues: effcient --> efficient

According to the original paper (see quotes below), the convolutions in this implementation appear to be incorrect since among other reasons normal convolutions are used. With regard to the bifpn,...

Where can I found EfficientDet-D3-D7(with Weight)? Thank you

There is a bug in the dataset/augmentation.py , Normalizer(): the img here is range from 0 to 255, but the mean and std used here are range from 0 to...

Hi, It looks like pytorch by default keeping a lot of GPU memory and there isn't any memory available for the data to fit. I tried to train on two...

Hi During training, all the confidence values become minimum values. Thank you!

As I read paper, efficient d0 size should be 3.8MB. Why d0 checkpoint weight included on git has 40MB size ??