kakayuw / wsod

Weakly Supervised Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weakly Supervised Object Detection

My implementations of a variety of algorithms and models for the weakly supervised object detection problem, based on facebookresearch/detectron2

Requirements

  • Python 3
  • Latest Pytorch (1.3.1 as of last readme update)
  • Latest Torchvision (0.4.2 as of last readme update)
  • Detectron2

Models implemented in this repository

Below are the models currently implemented in this repository, as well as their performance using VGG16 as a backbone.

About

Weakly Supervised Object Detection

License:MIT License


Languages

Language:Python 100.0%