Skip to content

hyperspec-ai/computer_vision_challenge_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Congratulations, you have been selected to advance to the coding challenge phase.

If you are receiving this challenge, then you have left a very good impression in your first conversation with the Hyperspec AI team. We want you to now prove some of your coding chops using your computer vision skills.

The goal of this challenge is to pick the needle in a haystack.

In the query_images folder, there are 1,331 image consisting of various spatial transformations (translation and rotations). Each image is represented by a SHA1 hash, so the images are randomly sorted.

In this challenge you have to find the best match between the query images and the single aerial image. To further clarify, you have to pick one query image which matches the most with the aerial image on a pixel by pixel basis. This means that you have to iterate through each image and find the image that most closely aligns with the aerial image on a pixel by pixel basis. We show you the right answer in merged.png. Once you find the best match, please send us the image filename that you think is the best match and the corresponding algorithm that you used to find the best image candidate.

About

Needle in Haystack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors