Code Monkey home page Code Monkey logo

cvf-dataset's Introduction

Cross-View Fusion Dataset

Synthetic datasets

Synthetic datasets are composed of over-view image set taken by UAV and street-view video and LiDAR data taken by UGV (Unmanned Ground Vehicle). The data acquisition environment is based on Unreal Engine 4, and the UAV, UGV and various sensors are controlled by Airsim simulation. For the over-view image set, the GNSS information is stored as well as the color image. For street-view scene, the camera and LiDAR are loaded in front of the UGV to capture the environmental information in real time and record the information through the recording function of ROS.

Real World Datasets

For the real world dataset: the DJI Mavic 2 Pro UAV is used to cruise the urban area at a certain image repetition rate, take photos at regular intervals, record the GNSS position information when taking photos, and generate an over-view image set. The flight altitude is about 65 meters. For the collection of street-view environment on the ground side, we use RealSense D435 camera, Livox Avia LiDAR and GNSS receiver, which are connected to Jetson Xavier NX for data collection.

Explain

For the over-view image set, the GNSS information is stored in the EXIF partition of the picture. You can use python py3exiv2 package to get it.

There is a example:

import pyexiv2
import fractions

template = pyexiv2.ImageMetadata('[image].png')
template.read()
print(template['Exif.GPSInfo.GPSAltitudeRef'].value)
print(template['Exif.GPSInfo.GPSAltitude'].value)
print(template['Exif.GPSInfo.GPSLatitudeRef'].value)
print(template['Exif.GPSInfo.GPSLatitude'].value)
print(template['Exif.GPSInfo.GPSLongitudeRef'].value)
print(template['Exif.GPSInfo.GPSLongitude'].value)

For the street-view information, we use rosbag to store it. For the simulation dataset, we use zstdmt to compress it. You can use zstdmt -d to decompression.

Download

download link:https://pan.baidu.com/s/1Qx3cpg-HyQ8f8JTlHsy00g extraction code:p63s

cvf-dataset's People

Stargazers

Jeff Carpenter avatar Shiyulu avatar

Watchers

bushuhui avatar 赵勇 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.