Code Monkey home page Code Monkey logo

pneuma-vision-toolbox's Introduction

pNEUMA-Vision-toolbox

This is the repository for utilizing pNEUMA Vision dataset.

Dataset Overview

  • This dataset is the expansion of pNEUMA dataset by taking account of imagery parts collected from drones.

  • Every 10th frame of the drone videos has been processed with following annotations:

    • NEW Features (only in pNEUMA Vision)
      • images of frame
      • vehicle locations (x, y coordinates in image)
      • azimuths (clockwise, x-axis being 0°)
    • Inherited Features (from pNEUMA)
      • vehicle ID
      • vehicle type
      • timestamp
  • You can download the dataset from the following links: link

  • If you want to contribute to this dataset or found any issues in this repository please contact us at: [email protected]

  • If you are using this dataset, please cite this paper in your work :)

@article{kim2023visual,
  title={Visual extensions and anomaly detection in the pNEUMA experiment with a swarm of drones},
  author={Kim, Sohyeong and Anagnostopoulos, Georg and Barmpounakis, Emmanouil and Geroliminis, Nikolas},
  journal={Transportation Research Part C: Emerging Technologies},
  volume={147},
  pages={103966},
  year={2023},
  publisher={Elsevier}
}

Toolbox Overview

  • This toolbox is a collection of functions that can be used to process bounding boxes for pNEUMA Vision dataset as per in the paper.

  • You can create two types of bounding boxes: rotated and axis-aligned.

  • Session defines the time interval of the video. Please note the session number like following.

    • session 1 is equivalent to 08:00 - 08:30
    • session 2 is equivalent to 08:30 - 09:00
    • session 3 is equivalent to 09:00 - 09:30
    • session 4 is equivalent to 09:30 - 10:00
    • session 5 is equivalent to 10:00 - 10:30
  • Example usage of the toolbox is given below.

    • Rotated bounding box

      python process_bounding_box.py --base_dir BASE_DIR --drone DRONE_NUM --session SESSION_NUM
      
    • Axis-aligned bounding box

      python process_bounding_box.py --base_dir BASE_DIR --drone DRONE_NUM --session SESSION_NUM --rotate_bbox
      
    • Save bounding boxes information in a csv file

      The csv file containing bounding box information will be saved in the same directory as the annotations.

      python process_bounding_box.py --base_dir BASE_DIR --drone DRONE_NUM --session SESSION_NUM --save_bbox
      
    • Turn-off visualization while processing

      python process_bounding_box.py --base_dir BASE_DIR --drone DRONE_NUM --session SESSION_NUM --dont_show
      

Notes on the Dataset

  • 20181029_D3_0900_0930

    • Frames #1616 and #1617 are black frames.
  • 20181029_D10_0900_0930

    • Frames #401-#403 and #720-#806 are heavily occluded during the stabilization process due to strong winds.

pneuma-vision-toolbox's People

Contributors

shgold avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

samsvp

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.