Подборка state of art решений в области object detection - OSLL/sirius-cv GitHub Wiki

Def

Здесь пойдет речь об state-of-art решениях по object detection.

Mask R-CNN

Статьи:

  1. https://habr.com/ru/post/483018/
  2. https://habr.com/ru/post/421299/

Популярные реализации:

  1. https://github.com/matterport/Mask_RCNN
  2. https://github.com/facebookresearch/maskrcnn-benchmark

EfficientDet

Статьи:

  1. https://habr.com/ru/post/503766/
  2. https://habr.com/ru/post/498168/

Популярные реализации:

  1. https://github.com/qubvel/efficientnet
  2. https://github.com/xuannianz/EfficientDet