giacomoran / AwareFit-Playground

Experiments with Computer Vision and Machine Learning algorithms, related to the development of the app AwareFit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AwareFit Playground

A collection of experiments carried out during the development of the app AwareFit.

Experiments

Graph Based Image Segmentation

Implementation of the paper: Efficient Graph-Based Image Segmentation by Felzenszwalb and Huttenlocher. The paper addresses the problem of image segmentation, the proposed algorithm is very fast. I found the paper a pleasure to read, I decided to try and implement the algorithm to improve my understanding of the paper's concepts.

Image dataset aspect-ratio inspector

A small tool to visually inspect an image dataset aspect-ratio distribution, inspired by the one found in this amazing article (you have to scroll down a bit). PS: the article is worth to be checked out if you are interested in one-shot object detection, it is the best one I've found so far on the topic.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Experiments with Computer Vision and Machine Learning algorithms, related to the development of the app AwareFit.

License:MIT License


Languages

Language:C++ 97.5%Language:Python 2.2%Language:CMake 0.4%