Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mehrab-kalantari/cat-landmarks-estimation

Predicting cats feature points using a feature pyramid network
https://github.com/mehrab-kalantari/cat-landmarks-estimation

feature-pyramid-network fpn mobilenetv2 neural-network-regression

Last synced: 5 days ago
JSON representation

Predicting cats feature points using a feature pyramid network

Awesome Lists containing this project

README

        

# Cats Feature Points Estimation
Predicting cats feature points using a feature pyramid network

[Kaggle Dataset](https://www.kaggle.com/datasets/crawford/cat-dataset)

## Understanding Data

Each record contains an image and a file with 19 values.

The first value represents the number of points (which is 9)

Each two next values represent a coordinate in the picture which shows a feature point:
* Left Eye
* Right Eye
* Mouth
* Left Ear 1
* Left Ear 2
* Left Ear 3
* Right Ear 1
* Right Ear 2
* Right Ear 3

* ![pic](sample/sample.png)

**Each image has been resized to 224 * 224**

## Modeling
* MobileNetV2 as feature extractor
* Feature pyramid with 4 levels
* Detection head with 18 outputs (each corresponding to a point)

## Evaluation
* ![eval](sample/loss.png)