cbosoft / detectron2

Fork of Detectron2, FAIR's next-generation platform for object detection, segmentation and other visual recognition tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detectron2 (cbo remix)

FAIR's Detectron 2 is phenomenal. I've forked it here so I can modify it and make it do what I want in inelegant (read: hacky) ways.

More information on the original project in the original readme

Changes

  1. Setting/disabling model threshold

Setting/disabling model threshold

Model segmentation threshold was originally set in a default arg in a function hidden deep in the bowels of detectron. I've hacked in a property of GeneralizedRCNN which allows you to set the threshold. This could be set by a config file, but is useful as a property as it allows quickly changing the threshold on-the-fly.

About

Fork of Detectron2, FAIR's next-generation platform for object detection, segmentation and other visual recognition tasks.

License:Apache License 2.0


Languages

Language:Python 93.2%Language:Cuda 3.6%Language:C++ 2.6%Language:Shell 0.4%Language:Dockerfile 0.1%Language:JavaScript 0.1%Language:CMake 0.0%