Code Monkey home page Code Monkey logo

interface's Introduction

Testbench for UAVs

Known Vulnerabilities

About

The project Testbench for UAVs is an opensource project written as a part of Research and Development (RnD) project for Autonomous Systems (MSc) studies at Hochschule Bonn-Rhein-Sieg (H-BRS). This project presents a testbench for UAVS. It can be used to test different datasets with different algorithms. Currently it supports 2 datasets and 1 algorithm but it can be easily extended by implementing the interfaces it provides.

Table of Contents

Installation

To install the project first clone the repository. And move into it.

git clone [email protected]:ssmabidi/Interface.git
cd Interface

Setup the Datasets

Next create a folder Datasets in the Interface folder and download the datasets. We need to download The Zurich Urban Micro Aerial Vehicle Dataset and The AU-AIR Dataset

mkdir Datasets
cd Datasets

Zurich Dataset

To download and setup the zurich dataset run the following commands

wget "web.eee.sztaki.hu/~majdik/AGZ/AGZ.zip"
unzip AGZ.zip

After the unzip is complete the Zurich Dataset is ready for use in the Testbench.

Au-Air Dataset

To download and setup Au-Air dataset first create a auAir folder

mkdir auAir
cd auAir

Then download the AU-AIR images from the following link and extract them into this folder.

Images: https://drive.google.com/open?id=1pJ3xfKtHiTdysX5G3dxqKTdGESOBYCxJ (2.2 GB)

Extract this zip file in auAir directory. Following commands can be used for extraction.

cd auAir
unzip auair2019data.zip 

After the download and unzip is complete, then download the AU-AIR annotations and place them in auAir folder.

Annotations (V.1.1): https://drive.google.com/file/d/1GyoBK-NalDFfAtRt9LO6FBujbObyaZLv/view?usp=sharing (55 MB)

Make sure the name of annotations file is annotations_v1.1.json

Setup the Algorithms

The project currently supports just one Algorithm YOLOv4: Optimal Speed and Accuracy of Object Detection.

YOLOv4

The project uses a yolo library which is build with GPU enabled. Make sure CUDA is installed in order for algorithm part to run successfully. Then download pre trained YOLOv4 weights using the following commands.

cd ../../yoloFiles/
wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights

Requirements file

Install the requirements present in requirements.txt using pip

cd ..
pip3 install -r requirements.txt

Run the Testbench

To run the application navigate to the root folder and start the project using following commands

python3 webPage/index.py

Then open any web browser and navigate to http://127.0.0.1:8050/

Usage

Contributing contributions welcome

interface's People

Contributors

ssmabidi avatar snyk-bot avatar

Stargazers

SuhailSH7 avatar Kai Konen avatar

Watchers

 avatar Kai Konen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.