zilongzhong / SSRN

This is a tensorflow and keras based implementation of SSRNs in the IEEE T-GRS paper "Spectral-Spatial Residual Network for Hyperspectral Image Classification: A 3-D Deep Learning Framework".
Other
212 stars 74 forks source link

how to train on other datasets? #8

Open liyingGao opened 5 years ago

liyingGao commented 5 years ago

I don't know how to get the.mat files. Do you do any preprocessing on images?

zilongzhong commented 5 years ago

You can download some from http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Rethisi website mote_Sensing_Scenes The downloaded mat data first transformed into tensors, sliced to 7x7xdepth cubic volumes, and then been normalized.

BoomHammer commented 5 years ago

Sorry, may I ask where can we get the other datasets now? the wbesite http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Rethisi became a blank page, and it has a line said:"Actualmente no hay texto en esta página. Puedes buscar este título de página en otras páginas, o buscar en los registros relacionados, pero no tienes permiso para crear esta página."

zilongzhong commented 5 years ago

I just open this link and download .mat files without any problem: http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes

On Sat, 20 Apr 2019 at 13:21, Ding Boyang notifications@github.com wrote:

Sorry, may I ask where can we get the other datasets now? the wbesite http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Rethisi http://url became a blank page, and it has a line said:"Actualmente no hay texto en esta página. Puedes buscar este título de página en otras páginas, o buscar en los registros relacionados, pero no tienes permiso para crear esta página."

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zilongzhong/SSRN/issues/8#issuecomment-485144751, or mute the thread https://github.com/notifications/unsubscribe-auth/AD2DHTVTNTHXZKCLLRVBSNLPRNGKVANCNFSM4GAEL5ZQ .

zilongzhong commented 5 years ago

http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Rethisi http://url/

  1. Sample 7x7xdepth from raw images
  2. Normalize data Please check the paper "Spectralspatial residual network for hyperspectral image classification: A 3-D deep learning framework https://ieeexplore.ieee.org/abstract/document/8061020/" for detail.

On Mon, 29 Oct 2018 at 23:12, liyingGao notifications@github.com wrote:

I don't know how to get the.mat files. Do you do any preprocessing on images?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zilongzhong/SSRN/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/APQzzujmqDr8MY62iWyXFNvyqKG_WIMAks5up8OvgaJpZM4YBF9z .

BoomHammer commented 5 years ago

I just open this link and download .mat files without any problem: http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes On Sat, 20 Apr 2019 at 13:21, Ding Boyang @.***> wrote: Sorry, may I ask where can we get the other datasets now? the wbesite http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Rethisi http://url became a blank page, and it has a line said:"Actualmente no hay texto en esta página. Puedes buscar este título de página en otras páginas, o buscar en los registros relacionados, pero no tienes permiso para crear esta página." — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#8 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AD2DHTVTNTHXZKCLLRVBSNLPRNGKVANCNFSM4GAEL5ZQ .

great, thank you