The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
-
Updated
Aug 19, 2020 - Python
Add a description, image, and links to the efficientdet topic page so that developers can more easily learn about it.
To associate your repository with the efficientdet topic, visit your repo's landing page and select "manage topics."
Hi,
I try to get EfficientDet running on Kaggle TPUs following Alex Shonenkov's kernel
I am rather a beginner with python and pytorch - sorry...
the model runs ok on GPU - is it possible, that there is a problem with num_classes=1?
the call stack is like:
`def get_net(imgsize=IMG_SIZE, use_checkpoint=None):
config = get_efficientdet_config('tf_efficientdet_d4')
net = Effici