File size: 1,792 Bytes
91075ad dbc41a1 15fb6ac dbc41a1 15fb6ac dbc41a1 91075ad dbc41a1 f952f63 dbc41a1 62d2cc7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
license: mit
task_categories:
- image-to-image
- other
tags:
- hyperspectral-imaging
- hsi-compression
- image-compression
- image-reconstruction
- deep-learning
- wireless-communications
pretty_name: BTC-Net V2 Dataset
size_categories:
- 1K<n<10K
---
# BTC-Net V2: Spatial-Priority Hierarchical Reconstruction for Hyperspectral Image Compression
This repository contains the officially released dataset for **BTC-Net V2**.
For the complete implementation, network architectures, and pre-trained models, please visit our official GitHub repository:
π **[GitHub: MWan-deeplearner/BTC-Net-V2](https://github.com/MWan-deeplearner/BTC-Net-V2)**
---
## π Dataset Overview
This dataset consists of processed Hyperspectral Image (HSI) data (specifically from the AVIRIS sensor), structured and chunked to facilitate deep learning-based image compression and hierarchical wireless transmission research.
* **Data Format:** MATLAB `.mat` files packed into sequential `.zip` chunks.
* **Total Samples:** 1,195 processed HSI patches/sub-volumes.
* **Core Application:** Spatial-priority hierarchical reconstruction, HSI compression, deep learning.
---
## π Repository Structure & Naming Convention
To prevent download interruptions caused by network fluctuations, the 1,195 `.mat` files are distributed evenly into **12 independent zip archives** (approx. 100 files per chunk).
The repository is structured as follows:
```text
.
βββ README.md # This Dataset Card
βββ aviris_mat_chunk_01.zip # Sub-dataset chunk 01 (Contains files 1-100)
βββ aviris_mat_chunk_02.zip # Sub-dataset chunk 02 (Contains files 101-200)
...
βββ aviris_mat_chunk_12.zip # Sub-dataset chunk 12 (Contains remaining files) |