AUTONOMOUS SURVEILLANCE DRONE
##plugins.themes.academic_pro.article.main##
Abstract
We present Autonomous Surveillance Drone, a new approach to serve purpose of UAV surveillance. Instead, just sending video stream from drone to display device at user's side we have developed complete system to get insights from video stream. Our system architecture is extremely simple and biggest reason for this is platforms provided by Nvidia and Microsoft, throughout this paper we are demonstrating all results/outputs using services and hardware provided by Nvidia and Microsoft. We are using the Nvidia's Jetson Development board to compile our inference part(object detection using YOLO-V3) along with stream and metadata fetch at remote terminal, Jetson nano is our IoT edge device, to connect edge device and the remote terminal we are using Microsoft Azure IoT hub (Cloud Service).
##plugins.themes.academic_pro.article.details##

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
References
- https://developer.nvidia.com/embedded/jetson-nano-developer-kit
- https://www.udemy.com/course/yolo-v3-using-darknet-framework-on-nvidia-gpu/
- https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit
- https://docs.microsoft.com/en-us/azure/iot-edge/quickstart-linux
- https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux
- https://code.visualstudio.com/
- https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools#overview
- https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-vscode#sign-in-to-access-your-iot-hub
- https://github.com/Azure-Samples/NVIDIA-Deepstream-Azure-IoT-Edge-on-a-NVIDIA-Jetson-Nano
- https://github.com/Azure/IntelligentEdgeH