P4NSU / README.md
RyanWy's picture
Update README.md
d1181a7 verified
metadata
license: mit
tags:
  - chemistry
  - unmixing
  - deep learning
  - Raman imaging
  - hyperspctral imaging

P4NSU: Projection-based Pretraining for Nonlinear Sparse Unmixing in Spectral Imaging

Figure 1-6

The main codes of P4NSU can be seen in Github.

πŸš€ How to Use

You can download this dataset directly in your Python script:

!pip install huggingface_hub -q

from huggingface_hub import snapshot_download

# Download dataset to a local folder called 'P4NSU'
snapshot_download(repo_id="RyanWy/P4NSU", 
                  repo_type="dataset", 
                  local_dir="./P4NSU")

# Then you can access data like:
# data_path = "./P4NSU/Pigment Dataset/gt.npy"

πŸ§‘β€πŸ’» Contact

Wang Yue
E-mail: ryanwy@csu.edu.cn