Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-compression
|
| 5 |
+
- image-reconstruction
|
| 6 |
+
tags:
|
| 7 |
+
- hyperspectral-imaging
|
| 8 |
+
- hsi-compression
|
| 9 |
+
- deep-learning
|
| 10 |
+
- wireless-communications
|
| 11 |
+
pretty_name: BTC-Net V2 Dataset
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1K<n<10K
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# BTC-Net V2: Spatial-Priority Hierarchical Reconstruction for Hyperspectral Image Compression
|
| 17 |
+
|
| 18 |
+
This repository contains the officially released dataset for **BTC-Net V2**.
|
| 19 |
+
|
| 20 |
+
For the complete implementation, network architectures, and pre-trained models, please visit our official GitHub repository:
|
| 21 |
+
๐ **[GitHub: MWan-deeplearner/BTC-Net-V2](https://github.com/MWan-deeplearner/BTC-Net-V2)**
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
## ๐ Dataset Overview
|
| 26 |
+
|
| 27 |
+
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.
|
| 28 |
+
|
| 29 |
+
* **Data Format:** MATLAB `.mat` files packed into sequential `.zip` chunks.
|
| 30 |
+
* **Total Samples:** 1,195 processed HSI patches/sub-volumes.
|
| 31 |
+
* **Core Application:** Spatial-priority hierarchical reconstruction, joint source-channel coding (JSCC), and generative HSI compression.
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## ๐ Repository Structure & Naming Convention
|
| 36 |
+
|
| 37 |
+
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).
|
| 38 |
+
|
| 39 |
+
The repository is structured as follows:
|
| 40 |
+
|
| 41 |
+
```text
|
| 42 |
+
.
|
| 43 |
+
โโโ README.md # This Dataset Card
|
| 44 |
+
โโโ aviris_mat_chunk_01.zip # Sub-dataset chunk 01 (Contains files 1-100)
|
| 45 |
+
โโโ aviris_mat_chunk_02.zip # Sub-dataset chunk 02 (Contains files 101-200)
|
| 46 |
+
...
|
| 47 |
+
โโโ aviris_mat_chunk_12.zip # Sub-dataset chunk 12 (Contains remaining files)
|