edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
63 stars 49 forks source link

Added Landmark Detection using R-CNN #152

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

Dataset used : https://www.kaggle.com/google/google-landmarks-dataset

Accuracy : 0.94 Architecture : R-CNN

Fixes Issue #133