Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdaiyub/koala-detection

Object detection is a major area of computer vision applications. For the task I utilized a set of images that contain instances of Koala. The goal is to preprocess the images and build a dataset, train an object detection model using the prepared dataset, and develop an API for getting inferences from the model.
https://github.com/mdaiyub/koala-detection

Last synced: about 4 hours ago
JSON representation

Object detection is a major area of computer vision applications. For the task I utilized a set of images that contain instances of Koala. The goal is to preprocess the images and build a dataset, train an object detection model using the prepared dataset, and develop an API for getting inferences from the model.

Awesome Lists containing this project

README

        

# Koala-Detection
Custom YOLO Version DATA LINK: [Koala-Detection](https://drive.google.com/drive/folders/1_aKb-jiZBP3Xi9fnzs8rtcBHEQsaG5Id?usp=sharing)
To get the data set into the YOLO version, I first manually annotated each data bound box by Roboflow online annotator tools,
then exported the annotated and non-annotated data simultaneously to the YOLO version.