Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/charlesyuan02/detectron2
- Owner: CharlesYuan02
- Created: 2021-02-25T05:21:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T05:27:39.000Z (over 3 years ago)
- Last Synced: 2024-10-10T19:10:07.941Z (26 days ago)
- Language: Jupyter Notebook
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/