ZHU-Zhiyu/PZRes-Net

The dataset preprocess method not publish

Opened this issue ยท 11 comments

In the Hyper_dataset class has used many data file, which the author does not provide the process code or example one item.
Please provide above it?

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.

The PSNR during the training:
image

The splitted of the training and testing set:
image

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.
image

In our paper, we give the detailed training and testing samples in Figure.4. Plase train our network with illustration of Figure.4. Thanks.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.
image

In our paper, we give the detailed training and testing samples in Figure.4. Plase train our network with illustration of Figure.4. Thanks.

After comparing the training samples, I strictly followed the paper guidance. Though the result has got the significant improvement, I still did not get the result as well as the paper? It's hopeful that I can get the more precisely method about the training network from you, please~

Test's PSNR during the training:
image

Data division:
image
image

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.
image

In our paper, we give the detailed training and testing samples in Figure.4. Plase train our network with illustration of Figure.4. Thanks.

After comparing the training samples, I strictly followed the paper guidance. Though the result has got the significant improvement, I still did not get the result as well as the paper? It's hopeful that I can get the more precisely method about the training network from you, please~

Test's PSNR during the training:
image

Data division:
image
image

Thanks very much for your interests on our project. I have corrected the code, where I have commented out the ensential component, zero-norm. You can try agin. If any questions, feel free to ask.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.
image

In our paper, we give the detailed training and testing samples in Figure.4. Plase train our network with illustration of Figure.4. Thanks.

After comparing the training samples, I strictly followed the paper guidance. Though the result has got the significant improvement, I still did not get the result as well as the paper? It's hopeful that I can get the more precisely method about the training network from you, please~
Test's PSNR during the training:
image
Data division:
image
image

Thanks very much for your interests on our project. I have corrected the code, where I have commented out the ensential component, zero-norm. You can try agin. If any questions, feel free to ask.

Thanks for the question :), the source data of CAVE dataset is aviliable in https://drive.google.com/drive/folders/1rjvP9d0tmM_zkbXWfIMK4fDP6HVSMVI9?usp=sharing . We will provide source code on the other datasets soonly, after finishing some projects.

Thank for your sharing!
But it make me a little confused that the SOTA experiment result did not achieve in which the input was CAVE x8 downsample HSI and the used network was spenet.
Could you give me guidance which tell me how to train correctly?

Did you correctly divide the traing/testing dataset according to our paper? Different data division method may affect the performance.

Thank for your replying~
I chose the first twelve image as train set, and the other as test set.
In the paper, I noticed that the data is randomly divided into train and test set. Could you tell me how to select the train and test set then the result being SOTA?

Please refer to our paper for data division. We give the detialed images used for training and testing. Moreover, we will also provide correspoding code soonly.

I splitted the training and testing test carefully according to reference in the paper(MHF-Net). After 1000 epoch training, I didn't get the SOTA result on testing set. I wished I got the SOTA result if the authors told the correct way to me.
image

In our paper, we give the detailed training and testing samples in Figure.4. Plase train our network with illustration of Figure.4. Thanks.

After comparing the training samples, I strictly followed the paper guidance. Though the result has got the significant improvement, I still did not get the result as well as the paper? It's hopeful that I can get the more precisely method about the training network from you, please~
Test's PSNR during the training:
image
Data division:
image
image

Thanks very much for your interests on our project. I have corrected the code, where I have commented out the ensential component, zero-norm. You can try agin. If any questions, feel free to ask.

Thank for your replying!
There is possible that you provide me with the trained model so that I can compare with the local model parameters.

There is possible that you provide me with the trained model so that I can compare with the local model parameters.

OK, here are the pretrained model with code. it can achieve SOTA performance: https://drive.google.com/drive/folders/12EF862NiA7enYze7HYazSioeIUVl51__?usp=sharing
image