500swapnil / Keras_Efficientnet_SSD
A pure Tensorflow+Keras TPU trainable implementation of SSD (Single Shot MultiBox Detector) using different backbones of EfficientNet which can be replaced with any ImageNet backbone. Tested on the PASCAL_VOC dataset. Implemented several low level data preprocessing and augmentations in pure tf functions for faster computation.
☆12Updated 3 years ago
Alternatives and similar repositories for Keras_Efficientnet_SSD:
Users that are interested in Keras_Efficientnet_SSD are comparing it to the libraries listed below
- Tensorflow 2 single shot multibox detector (SSD) implementation from scratch with MobileNetV2 and VGG16 backbones☆62Updated 4 years ago
- A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .☆83Updated 3 years ago
- More Than YOLO(v3, v4, v3-tiny, v4-tiny)☆152Updated 3 years ago
- Pytorch implementation of SSD512☆51Updated 5 years ago
- Convert VOC format XMLs to COCO format json☆99Updated 5 years ago
- yolov3 with mobilenetv2 and efficientnet☆291Updated 2 years ago
- A super clean implementation of SSD (Single Shot MultiBox Detector) made possible by Tensorflow 2.0☆115Updated 2 years ago
- Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2☆111Updated 3 years ago
- This script performs K-means Clustering on the Berkeley Deep Drive dataset to find the appropriate anchor boxes for YOLOv3. Originally it…☆32Updated 3 years ago
- SAPD (Soft Anchor-Point Object Detection) implementation in Keras and Tensorflow☆94Updated last year
- CenterNet (Objects as Points) implementation in Keras and Tensorflow☆184Updated last year
- An experiment of transferring backbone of yolov3 into mobilenetv3☆104Updated 5 years ago
- MobileNetV3-SSD for object detection and implementation in PyTorch☆273Updated 4 years ago
- YOLOv5 in TensorRT☆139Updated 2 years ago
- Object Detection clubbed with a Graphical User Interface developed using Tkinter☆13Updated 6 years ago
- SSD: Single Shot MultiBox Detector | a PyTorch Model for Object Detection | VOC , COCO | Custom Object Detection☆34Updated 3 years ago
- Tips on how to find suitable object detection anchors☆144Updated 4 years ago
- Scaled-YOLOv4训练自己的数据集详细教程PDF,关于paper解读请联系小编获取PDF文档☆73Updated 4 years ago
- deploy yolox algorithm use deepstream☆89Updated 3 years ago
- A PyTorch implementation of YOLOv5☆168Updated 2 years ago
- Yolov5/Yolov4/ Yolov3/ Yolo_tiny in tensorflow☆290Updated 2 years ago
- Python sample for referencing object detection model with TensorRT☆141Updated 2 years ago
- ☆56Updated 4 years ago
- Gaussian YOLOv3 (An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving (ICCV, 2019)) implementation …☆62Updated last year
- Anchor optimization for RetinaNet.☆115Updated 4 years ago
- YOLO Detector for the CrowdHuman Dataset. Detects people and heads. Contains training instructions on how to convert between CrowdHuman a…☆61Updated 4 years ago
- 基于pytorch版ssd进行改进注入CBAM空间通道注意力机制,加入FPN,类别损失函数改为focalloss☆39Updated 3 years ago
- A Tensorflow2.x implementation of Scaled-YOLOv4 as described in Scaled-YOLOv4: Scaling Cross Stage Partial Network☆47Updated 3 years ago
- YOLOv4 accelerated wtih TensorRT and multi-stream input using Deepstream☆36Updated 3 years ago
- Python and Pytorch two implements of Soft NMS algorithm☆184Updated 9 months ago