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

https://app.circleci.com/jobs/github/toandaominh1997/EfficientDet.Pytorch/58 https://github.com/toandaominh1997/EfficientDet.Pytorch/blob/master/utils/vis_bbox.py#L109

![image](https://user-images.githubusercontent.com/34357479/71555295-a36b4080-2a65-11ea-8099-dcb37a4d17fc.png) ![image](https://user-images.githubusercontent.com/34357479/71555296-a5350400-2a65-11ea-8fb9-bba33a1b9b32.png) ![image](https://user-images.githubusercontent.com/34357479/71555298-a6fec780-2a65-11ea-96c4-8f4b0afc9049.png)

Hi, I am facing issue in biFpn module while starting the training using pretrained d1. File "train.py", line 238, in train() File "train.py", line 183, in train classification, regression, anchors...

This project looks great! Thanks for the effort. I tried to run `demo.py` and ran into several dependency issues. Also, I would recommend that you fix the version numbers of...

configs/efficientdet-d0.zxt _Originally posted by @rinaldiodoy in https://github.com/toandaominh1997/EfficientDet.Pytorch/issues/66#issuecomment-570847300_

get_augmentation func has no phase named 'valid', so eval.py throws a runtimeerror.

can you tell me your albumentations version?? I got AttributeError: module 'albumentations.augmentations.transforms' has no attribute 'RandomResizedCrop'

RuntimeError: Error(s) in loading state_dict for EfficientDet: size mismatch for bbox_head.retina_cls.weight: copying a param with shape torch.Size([180, 256, 3, 3]) from checkpoint, the shape in current model is torch.Size([9, 256,...

Hello, thanks for your code.My torchvision version is 0.4.2 and cuda version is 10.1. When I run demo.py I get a error : RuntimeError: CUDA error: no kernel image is...

EfficientNet can be constricted by FLOPS you know