Skip to content
/ NeSR Public

Continuous Spectral Reconstruction from RGB Images via Implicit Neural Representation. In ECCVW2022, MIPI Best Paper Honorable Mention.

Notifications You must be signed in to change notification settings

XrKang/NeSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Continuous Spectral Reconstruction from RGB Images via Implicit Neural Representation

Continuous Spectral Reconstruction from RGB Images via Implicit Neural Representation, In ECCVW 2022.
Ruikang Xu, Mingde Yao, Chang Chen, Lizhi Wang, and Zhiwei Xiong.
MIPI Workshop Best Paper Honorable Mention.


Dependencies

  • Python 3.7.0, PyTorch 1.13.0.
  • NumPy 1.21.2, OpenCV 4.5.3, Pillow, Imageio, SciPy.

Quick Start

We take spectral reconstruction with an arbitrary number of spectral bands on the ICVL dataset as example.

  • Prepare the ICVL dataset before inference, it can be downloaded from this link.

  • Download the pre-trained model from BaiduYun (Access code: eccv).

  • Inference with pre-trained model:

    cd ./code && python test.py
    

Contact

Any question regarding this work can be addressed to xurk@mail.ustc.edu.cn and mdyao@mail.ustc.edu.cn.


Citation

If you find our work helpful, please cite the following paper.

@inproceedings{xu2022continuous,
  title={Continuous spectral reconstruction from rgb images via implicit neural representation},
  author={Xu, Ruikang and Yao, Mingde and Chen, Chang and Wang, Lizhi and Xiong, Zhiwei},
  booktitle={European Conference on Computer Vision Workshop (ECCVW)} ,
  year={2022}
}

About

Continuous Spectral Reconstruction from RGB Images via Implicit Neural Representation. In ECCVW2022, MIPI Best Paper Honorable Mention.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages