Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlesyuan02/detectron2

Work done with Detectron2 for research. Details may be disclosed later.
https://github.com/charlesyuan02/detectron2

Last synced: 5 days ago
JSON representation

Work done with Detectron2 for research. Details may be disclosed later.

Awesome Lists containing this project

README

        

# Detectron2
Work done with Detectron2 for research. Details may be disclosed later.

Dataset used was a set of 20 images downloaded from Google of the main cast of the TV show Suits. Utilizing LabelMe, the heads of the characters were labelled. As can be seen, due to the limited amount of data and somewhat hasty labelling by me, Detectron2 had some trouble differentiating between some characters (i.e. Harvey and Mike, Rachel and Jessica). This was to be expected, and can be improved upon with more labelled data with classes having more distinct shapes.

Credits to Chengwei for his code and process on how to create a custom Coco dataset for Detectron2:

https://www.dlology.com/blog/how-to-create-custom-coco-data-set-for-instance-segmentation/