efficientdet-pytorch

A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights (by rwightman)

Efficientdet-pytorch Alternatives

Similar projects and alternatives to efficientdet-pytorch

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better efficientdet-pytorch alternative or higher similarity.

efficientdet-pytorch reviews and mentions

Posts with mentions or reviews of efficientdet-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-26.
  • Bounding box annotations and object orientation
    3 projects | /r/computervision | 26 Aug 2021
    However, there are papers on oriented object detectors (see https://arxiv.org/pdf/1911.07732.pdf) for example. In that paper, they do achieve better results using oriented bounding boxes. If you want to go down that route, I would suggest using the EfficientDet model, because the PyTorch code that you'll find for it is quite easy to understand and modify. For example, I've taken https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch, and modified it to include a "thing-ness" logit, and this was pretty easy to do. Classic EfficientDet models only include logits (aka output neurons that get softmax-ed) for each class, and if any one of these class neurons is greater than 0.5, then it is considered "a thing". Anyway - that's digression, but my point is that I've thought about adding oriented box support to an EfficientDet model, and it didn't seem to be too hard, although I haven't actually done it. If I was to start now, I would probably go with https://github.com/rwightman/efficientdet-pytorch, since Ross Wightman's models are becoming a de-facto standard in the PyTorch world for all things image-related.

Stats

Basic efficientdet-pytorch repo stats
1
1,549
4.1
9 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com