Meng-Sang / MMVS

The MMVS Dataset is a dataset of infrared visible video sequences for nighttime road scenes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMVS Dataset

The MMVS Dataset is a dataset of infrared visible video sequences for nighttime road scenes. The MMVS dataset is organized from the FLIR dataset and contains the challenges of both very low light and glare, and is intended to facilitate research in the fields of computer vision and image processing.

Dataset Description

The MMVS dataset contains six groups of video sequences, each containing infrared video sequences, visible video sequences, and aligned infrared video sequences, and each type of video sequence (visible video sequences, infrared video sequences, or aligned infrared video sequences) contains 2151 images. The features of the infrared and visible video sequences include:

  • Data format: JPG
  • Image resolution:
    • Infrared image: (640, 512)
    • Visible Image: (1224, 1024)

In order to better metricize the video registration and fusion task, we manually aligned image pairs with the same frame sequence number under a uniform video sequence (aligning from infrared images to visible images). We set the resolution of the aligned IR images to (640, 480) size. Aligned infrared video sequences are characterized as follows:

  • Data format: JPG
  • Image resolution: (640, 480)

Dataset Organization

The MMVS dataset is organized in the following format:

Dataset:

  • vid:
    • vi:
    • ir
    • ir_label
  • ...

vid: Indicates the number of the video sequence.

vi: The folder where the visible video sequences are stored.

ir: The folder where the infrared video sequences are stored.

ir_label: The folder where the aligned infrared video sequences are stored.

Download

We have posted at Google Drive.

Show results

Please refer to the VRFF project for the implemented code and the final results achieved.

Related Works:

The related project involved in this work is as follows:

Citing

@inproceedings{sang2024vrff,
  title={VRFF: Video Registration and Fusion Framework},
  author={Meng Sang, Housheng Xie and Yang Yang},
  booktitle={Proceedings of 2024 International Joint Conference on Neural Networks (IJCNN)},
  year={2024},	
  organization={IEEE (Institute of Electrical and Electronics Engineers)}
}

About

The MMVS Dataset is a dataset of infrared visible video sequences for nighttime road scenes.

License:MIT License