Live data from Hacker News

Terrapattern: a visual search tool for satellite imagery

terrapattern.com

21–22 of 22 posts

Re: Terrapattern: a visual search tool for satellite imagery

#21
post #2

I helped out with this project, happy to answer any questions. I was involved from the beginning, but my biggest contribution was on the deep learning side that does the tile-matching. I helped with the initial prototype using DIGITS, Caffe, and a bunch of Python. Then Aman Tiwari moved us to a more accurate 34-layer ResNet trained in TensorFlow, and a more efficient nearest neighbor lookup using a new implementation…

good stuff. As far I can see, the current version searches for similar tiles to one that a user clicks on.

How would I train this with labeled training data and custom images, so that I could do searches for specific things, either by typing what I'm looking for into a search field, or uploading an image of it? Sort of like Google images search

Re: Terrapattern: a visual search tool for satellite imagery

#22
post #3
post #2

I helped out with this project, happy to answer any questions. I was involved from the beginning, but my biggest contribution was on the deep learning side that does the tile-matching. I helped with the initial prototype using DIGITS, Caffe, and a bunch of Python. Then Aman Tiwari moved us to a more accurate 34-layer ResNet trained in TensorFlow, and a more efficient nearest neighbor lookup using a new implementation…

Since you've opened up yourself to questioning :)...Thanks for sharing, I apologize for this very laymanny question: I clicked on a swimming pool in New York City...there aren't a ton of them in NYC, but very few of the matches have even a spot of blue in them...I know the algorithm is more than just "look for more blue patches"...if I were to explain this to another layperson, what is the most obvious explanation fo…

Try with a better tile: http://nyc.terrapattern.com/?lat=40.7198568&lng=-73.98089090....

It works beautifully.

Post reply on HN