Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights. (by zylo117)

Yet-Another-EfficientDet-Pytorch Alternatives

Similar projects and alternatives to Yet-Another-EfficientDet-Pytorch

zylo117
Yet-Another-EfficientDet-Pytorch
  1. darknet

    YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet ) (by AlexeyAB)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. efficientdet-pytorch

    A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights

  4. simple-faster-rcnn-pytorch

    A simplified implemention of Faster R-CNN that replicate performance from origin paper

  5. fashionpedia-api

    Python API for Fashionpedia Dataset

  6. uav-detection

    Drone / Unmanned Aerial Vehicle (UAV) Detection is a very safety critical project. It takes in Infrared (IR) video streams and detects drones in it with high accuracy.

  7. TFLiteDetection

    TensorFlow Lite Object Detection Python Implementation

  8. SipMask

    SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)

  9. mobilenets-ssd-pytorch

    MobileNets-SSD/SSDLite on VOC/BDD100K Datasets

  10. fasterrcnn-pytorch-training-pipeline

    PyTorch Faster R-CNN Object Detection on Custom Dataset

  11. SynthDet

    Discontinued SynthDet - An end-to-end object detection pipeline using synthetic data

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

Yet-Another-EfficientDet-Pytorch discussion

Log in or Post with

Yet-Another-EfficientDet-Pytorch reviews and mentions

Posts with mentions or reviews of Yet-Another-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 Yet-Another-EfficientDet-Pytorch repo stats
1
5,242
0.0
almost 5 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com