这是一个利用Keras实现RFBnet的库,RFBnet是SSD的改进版,其整体的结构与SSD相差不大,其主要特点是在SSD的特征提取网络上用了RFB模块。
☆64Mar 24, 2023Updated 3 years ago
Alternatives and similar repositories for RFB-keras
Users that are interested in RFB-keras are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A Keras port of Single Shot MultiBox Detector☆18Dec 30, 2020Updated 5 years ago
- Mnist recognition model using tensorflow based on Slim framework.☆18Oct 16, 2019Updated 6 years ago
- 这是一个mobilenet-ssd-keras的源码,可 以用于训练自己的轻量级ssd模型。☆109Mar 24, 2023Updated 3 years ago
- Let's study optimization algorithm together!☆18Sep 7, 2019Updated 6 years ago
- 这是一个retinanet-keras的源码,可以用于训练自己的模型。☆116Mar 24, 2023Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Let study Data Structure and Algorithm together.☆20Aug 19, 2019Updated 6 years ago
- 这个例子可以用LSTM来写五言诗。☆40Mar 26, 2020Updated 6 years ago
- 这是Mobilenet-SSD的论文版,可用于训练与预测。☆85Jan 5, 2023Updated 3 years ago
- Let’s study Reinforcement Learning together☆15Jul 16, 2019Updated 6 years ago
- 这是一个efficientdet-keras的源码,可以用于训练自己的模型。☆88Mar 24, 2023Updated 3 years ago
- 这是一个efficientnet-yolo3-keras的源码,将yolov3的主干特征提取网络修改成了efficientnet☆56Mar 24, 2023Updated 3 years ago
- 这是一个利用keras实现seq2seq模型的仓库,大家可以通过这个仓库学习到许多的seq2seq的例子☆52Mar 26, 2020Updated 6 years ago
- 这是一个faster-rcnn的keras实现的库,可以利用voc数据集格式的数据进行训练。