Detectron 是 Facebook AI 研究院(FAIR )开源的软件系统,实现了最先进的目标检测算法,包括 Mask R-CNN。
在 FAIR 实验室,Detectron 目前已经支持很多研究项目的实现,包括:
- Feature Pyramid Networks for Object Detection
- Mask R-CNN
- Detecting and Recognizing Human-Object Interactions
- Focal Loss for Dense Object Detection
- Non-local Neural Networks, Learning to Segment Every Thing
- Data Distillation: Towards Omni-Supervised Learning
Detectron 的目标是为目标检测研究提供高质量、高性能的代码库。它灵活的特性可支持快速实现和验证新研究。
Detectron 目前包含以下目标检测算法的实现:
- Mask R-CNN
- RetinaNet
- Faster R-CNN
- RPN
- Fast R-CNN
- R-FCN
项目地址
https://github.com/facebookresearch/Detectron
本文暂时没有评论,来添加一个吧(●'◡'●)