You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A System for Multi-View Mapping of Dynamic Scenes Using Time-Synchronized UAVs
This repository contains all the software and hardware design used for our paper - [A System for Multi-View Mapping of Dynamic Scenes Using Time-Synchronized UAVs]. The system is designed to map dynamic scenes using multiple UAVs. The UAVs are equipped with a stereo camera. The system is capable of mapping dynamic scenes in real-time and can be used for applications such as Human Motion Capture in the wild, Sports Analytics, CGI, etc.
Hardware Setup
We use the following hardware components for our system:
We provide a dataset of dynamic scenes captured using our system. The raw dataset can be downloaded from here
The dataset folder contains the following:
Rosbag files of the stereo camera and GPS data.
Calibration files for the stereo camera.
We also provide the processed dataset here
The processed dataset contains the following:
Extracted images, timestamps, and GPS data.
Small sequences of images for 4D reconstruction. Each sequence contains the following:
Rectified stereo images.
Stereo disparity maps.
Stereo depth maps.
Generated 3D point cloud from depth maps.
Aligned GPS data.
3D reconstruction using VGGSFM for each timestep.
4D reconstruction using VGGSFM and COLMAP for the sequence.