- Yet-Another-EfficientDet-Pytorch VS efficientdet-pytorch
- Yet-Another-EfficientDet-Pytorch VS simple-faster-rcnn-pytorch
- Yet-Another-EfficientDet-Pytorch VS fashionpedia-api
- Yet-Another-EfficientDet-Pytorch VS uav-detection
- Yet-Another-EfficientDet-Pytorch VS TFLiteDetection
- Yet-Another-EfficientDet-Pytorch VS darknet
- Yet-Another-EfficientDet-Pytorch VS SipMask
- Yet-Another-EfficientDet-Pytorch VS mobilenets-ssd-pytorch
- Yet-Another-EfficientDet-Pytorch VS fasterrcnn-pytorch-training-pipeline
- Yet-Another-EfficientDet-Pytorch VS SynthDet
Yet-Another-EfficientDet-Pytorch Alternatives
Similar projects and alternatives to Yet-Another-EfficientDet-Pytorch
-
darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet ) (by AlexeyAB)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
efficientdet-pytorch
A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights
-
simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
-
-
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.
-
-
SipMask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
-
-
-
Yet-Another-EfficientDet-Pytorch discussion
Yet-Another-EfficientDet-Pytorch reviews and mentions
-
Bounding box annotations and object orientation
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
zylo117/Yet-Another-EfficientDet-Pytorch is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of Yet-Another-EfficientDet-Pytorch is Jupyter Notebook.