caiyuanhao1998 / MST

A toolbox for spectral compressive imaging reconstruction including MST (CVPR 2022), CST (ECCV 2022), DAUHST (NeurIPS 2022), BiSCI (NeurIPS 2023), HDNet (CVPR 2022), MST++ (CVPRW 2022), etc.
MIT License
637 stars 71 forks source link

测试数据集转为RGB图像 #56

Closed YuhangQIN1024 closed 6 months ago

YuhangQIN1024 commented 6 months ago
屏幕截图 2024-03-14 183947

作者您好,DAUHST论文中图4左上角的RGB Image是如何生成的?visualization中的show simualtion只能生成每个通道的rgb图

caiyuanhao1998 commented 6 months ago

你好,这里的RGB图像并不是转换得到的,而是直接下载的

We release the RGB images of five real scenes and ten simulation scenes. Please feel free to check and use them.

如果想要从 RGB 转换到 HSI 的话,可以参考我们的另一个 repo MST++