I built a system that takes pictures of all the airplanes that fly over my house
41–50 of 192 posts
Re: I built a system that takes pictures of all the airplanes that fly over my house
#42One neat thing that could be made with these individual pics is to composite them to this sort of neat picture https://i.imgur.com/6czv1gU.jpg
Re: I built a system that takes pictures of all the airplanes that fly over my house
#43Re: I built a system that takes pictures of all the airplanes that fly over my house
#44How much does it cost to run this on Azure?
Re: I built a system that takes pictures of all the airplanes that fly over my house
#45Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#46Re: I built a system that takes pictures of all the airplanes that fly over my house
#47Any interest in sharing the plane dataset you used to train Azure Custom Vision with others? Happy to host it on Roboflow Universe along with an API to a trained model others can hit to detect planes in images. We’ve got one detecting planes on the ground but not yet in the air! https://universe.roboflow.com/gdit/aerial-airport
I built some scripts to also start building a model that can classify the different aircraft models. One of the interesting things with this, is that you get really accurate labels... probably better than what a human could do for images of this size.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#48Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#49Feels like the website-about page: http://skybot.cam/about is a much better link than a tweet.. loaded with details. For example: - Most planes are passing at over 30,000' - It's using a Costar RISE 4260 camera /w built in heater - It leverages SkyScan by IQT labs[0] - It leverages Azure custom vision API[1] [0]: https://github.com/IQTLabs/SkyScan [1]: https://azure.microsoft.com/en-us/services/cognitive-service...
I wonder what the monthly Azure bill is. Also wondering what the stack would look like for a self-hosted version with equivalent or better functionality!
All of the capture stuff just runs on a Raspberry Pi.
Re: I built a system that takes pictures of all the airplanes that fly over my house
#50Hi! I am the guy behind this, awesome to see it posted here. Happy to answer any questions. To answer a question I saw pop up, I am using the FAA aircraft registration data to pull up the extra information about the planes. It lists who actually owns the plane, vs who is operating it. That is why you see so many banks. Places like Flightaware have much better data, but a pricy to look up.