LLVIP  by bupt-ai-cz

Visible-infrared paired dataset for low-light vision research

Created 4 years ago
812 stars

Top 43.4% on SourcePulse

GitHubView on GitHub
Project Summary

LLVIP provides a large-scale, visible-infrared paired dataset for low-light vision tasks, specifically targeting pedestrian detection and image fusion. It is designed for researchers and engineers working on improving computer vision performance in challenging low-light environments. The dataset enables the development and evaluation of algorithms that leverage both visible and infrared spectrums.

How It Works

The project offers the LLVIP dataset, comprising over 30,000 paired visible and infrared images. It includes baseline implementations and training scripts for image fusion (FusionGAN, DenseFuse, IFCNN) and pedestrian detection (YOLOv5, YOLOv3), allowing users to directly benchmark their methods against established approaches. The dataset is structured for easy integration with common deep learning frameworks.

Quick Start & Requirements

  • FusionGAN: conda activate FusionGAN, python main.py (train), python test_one_image.py (test). Requires Python 3.7, TensorFlow-GPU 1.14.0, SciPy 1.2.1, Matplotlib, OpenCV.
  • DenseFuse: conda activate DenseFuse, python main.py. Requires Python 3.7, TensorFlow-GPU 1.14.0, SciPy 1.2.1, Scikit-image.
  • YOLOv5: pip install -r requirements.txt, python train.py (train), python val.py (test). Requires Python >=3.6.0, PyTorch.
  • pix2pixGAN: pip install -r requirements.txt, python train.py (train), python test.py (test). Requires PyTorch.
  • Dataset download from homepage.

Highlighted Details

  • Dataset includes over 30,976 paired visible and infrared images.
  • Provides baseline implementations for image fusion and pedestrian detection.
  • Includes a toolbox for converting annotation formats (XML to YOLOv5, YOLOv3, COCO).
  • Released raw data for image registration research.

Maintenance & Community

The dataset has seen recent updates (Jan 2024, Feb 2023) with corrected annotations and released pre-trained models. Contact emails are provided for contributions and inquiries.

Licensing & Compatibility

The LLVIP Dataset is freely available for non-commercial purposes, including academic research, teaching, and scientific publications. Commercial use requires explicit permission.

Limitations & Caveats

The provided baseline implementations have specific, older dependency requirements (e.g., TensorFlow 1.14.0, Python 3.7), which may pose challenges for integration with modern deep learning environments. Some annotations have been corrected, and users should refer to the provided links for specific versions.

Health Check
Last Commit

8 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
13 stars in the last 30 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems") and Kevin Hou Kevin Hou(Head of Product Engineering at Windsurf).

ImageAI by OlafenwaMoses

0.0%
9k
Python library for computer vision tasks
Created 8 years ago
Updated 1 year ago
Starred by Alexandr Wang Alexandr Wang(Chief AI Officer at Meta; Cofounder of Scale AI), Boris Cherny Boris Cherny(Creator of Claude Code; MTS at Anthropic), and
8 more.

awesome-deep-vision by kjw0612

0.0%
11k
Curated list of deep learning resources for computer vision
Created 11 years ago
Updated 2 years ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Soumith Chintala Soumith Chintala(Coauthor of PyTorch), and
1 more.

jetson-inference by dusty-nv

0.1%
9k
Vision DNN library for NVIDIA Jetson devices
Created 9 years ago
Updated 5 months ago
Feedback? Help us improve.