efficientdet.pytorch
efficientdet.pytorch copied to clipboard
:neckbeard:Unofficial implementation of EfficientDet
Hello, Could you please tell me which version of pytorch you used ? Or you can give the details of the environment. I am getting the tensor size issue while...
here is the error i got when execute python train.py --config configs/training/EcgResNet34.json Trainer: Trainer1D /usr/local/lib/python3.7/dist-packages/torch/utils/data/dataloader.py:481: UserWarning: This DataLoader will create 3 worker processes in total. Our suggested max number of...
Thanks for your torch implementation. I am interested in getting features of image same as we do in Resnet. Is it possible to do via your implementation? If yes, can...
Hi Kentaroy, Thank you for your great job. + I would like train my own dataset. Do I change my dataset to COCO and there is different to modify the...
It seems this implementation is more reasonable then other implemetations. Have u trained D1 for now and how's that performance?
I got 0.759map on voc with you code. can you provide your trained-model to me?
```python # using scaled BiFPN channels did not work in my implementation. # here, we use outc=256 for all settings. outc = 256 ``` In Google's paper the BiFPN channel...