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

In your README, you have written "efficientdet-d0" into "effcientdet-d0". It's a careless mistake, please check it.

Hello, @toandaominh1997 , thanks for your great work. I saw your update of the EfficientDet-D0's weight and result. In the table of benchmarking, the title is > PASCAL VOC 2007...

Hi, I've found that # of stride in 5th MBconv block layer of the backbone (efficient net) is set to 2 ('r3_k5_s22_e6_i80_o112_se0.25'), which are different from the official Tensorflow implementation....

The input_size of 'efficientdet-d7' in /utils/config_eff.py is 1636 since the input_size in paper is 1536. 2020.1.13

Hi, thank you for this wonderful repository :-) Here is my bit which allows inference with custom input resolution (e.g. 720x1280). BTW I have also fixed score threshold in the...

my number_class is 3(1bg+2classes)。eval is error and demo.py not work! which para error? Loading checkpoint: ./weights/Final_efficientdet-d4.pth ... Loaded pretrained weights for efficientnet-b4 Traceback (most recent call last): File "eval.py", line...

@noahtren @xuannianz thanks for the wonderful work i had few queries 1. can we add biFPN to other architectures like Resnet Mobilenet ?? 2. If we can add then what...

In demo.py, args wasn't used, so I fix that. Plus adding a command to launch demo on video files.

Hey can you please uncheck weights from .gitignore? It's impossible to run your demo this way. https://github.com/toandaominh1997/EfficientDet.Pytorch/blob/fbe56e58c9a2749520303d2d380427e5f01305ba/.gitignore#L116