Primary competition visual

Turtle Recall: Conservation Challenge

Helping Kenya
$10 000 USD
Completed (almost 4 years ago)
Classification
Computer Vision
753 joined
247 active
Starti
Nov 19, 21
Closei
Apr 21, 22
Reveali
Apr 21, 22
User avatar
Amy_Bray
Zindi
Pattern recognition?
Help · 22 Feb 2022, 07:32 · 2

Has anyone had any success with pattern recognition?

Here is an interesting repo -https://github.com/WildMeOrg/wildbook-ia

Discussion 2 answers

We have tried ORB a little, but we couldn't stop it from concentrating solely on the sand in the faces of the turtle or on the backgrounds.

22 Feb 2022, 08:27
Upvotes 0
User avatar
21db

I tried content-based algorithms like ORB/SIFT to find key features within each image, but the results don't compare to what the neural network models are learning. The LB score is only 0.63.

Basically, I tried to implement http://rajmadhan.myweb.usf.edu/sea_turtle.pdf

My notebook is @ https://github.com/daniel-bru/Turtle-SIFT_FacialRecognition/blob/main/Turtle_Facial_Recognition_SIFT_Similarity_.ipynb