wangermeng2021 / EfficientDet-tensorflow2Links
A Tensorflow2.x implementation of EfficientDet
☆12Updated 4 years ago
Alternatives and similar repositories for EfficientDet-tensorflow2
Users that are interested in EfficientDet-tensorflow2 are comparing it to the libraries listed below
Sorting:
- A simple tf.keras implementation of YOLO v4☆139Updated 2 years ago
- Tensorflow implementation of DETR : Object Detection with Transformers☆170Updated 3 years ago
- Train a Mask R-CNN model with the Tensorflow Object Detection API☆77Updated 4 years ago
- Building a maskrcnn from scratch using tensorflow and keras☆50Updated 4 years ago
- Learn how to train a custom instance segmentation model with Detectron2☆102Updated 3 years ago
- Tensorflow 2 single shot multibox detector (SSD) implementation from scratch with MobileNetV2 and VGG16 backbones☆63Updated 5 years ago
- self defined efficientnetV2 according to official version. Including converted ImageNet/21K/21k-ft1k weights.☆80Updated 3 years ago
- Heatmap Learner Convolutional Neural Network for Object Counting and Localization☆44Updated last year
- ☆84Updated last year
- predicting more than 2 classes from publicly available image data, for annotation we are using VGG annotator latest version☆39Updated 4 years ago
- How to train an object detection model easy for free☆96Updated 5 years ago
- YOLOv4 Implemented in Tensorflow 2.0. Convert YOLO v4 .weights to .pb and .tflite format for tensorflow and tensorflow lite.☆62Updated 4 years ago
- YOLOv5 implementation using TensorFlow 2☆59Updated 4 years ago
- ResNeSt: Split-Attention Networks for Tensorflow2☆24Updated 3 years ago
- Easily convert between bounding box annotation formats.☆22Updated 3 years ago
- Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070☆97Updated 2 years ago
- Pre-trained NFNets with 99% of the accuracy of the official paper "High-Performance Large-Scale Image Recognition Without Normalization".…☆30Updated 4 years ago
- ☆126Updated 2 years ago
- Transfer Learning with EfficientNet in Keras☆88Updated 2 years ago
- Pytorch implementation of RetinaNet using EfficientNets as feature extractor or backbone network.