![]() |
How to process the hyperspectral image - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: How to process the hyperspectral image (/thread-21170.html) |
How to process the hyperspectral image - vokoyo - Sep-18-2019 Dear I have the hyperspectral image - how to preprocess data need time Traditional CNN cannot be applied to project directly - it needs a lot of time to test (may be take 3 months) Need to do many experiments to get good result - especially compared to other existed methods (own contribution) May I know how to simplify my experimentation and research - and I am using Spyder Python 3.7 with Winsdows 10 Here I would like to apply the CNN and DNN for computing and later will compare that both of them which one is better or faster https://sites.google.com/site/zohaibnet/Home/databases (download HSFD) https://www4.comp.polyu.edu.hk/~biometrics/hsi/hyper_face.htm https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/ http://www.mecs-press.org/ijem/ijem-v8-n1/IJEM-V8-N1-6.pdf https://www.youtube.com/watch?v=-53SA35nPR8&t=914s Please advise on further action - this is for my Masters degree thesis January 2020 Thanks Contact - TCY [email protected] RE: How to process the hyperspectral image - Larz60+ - Sep-18-2019 You may find the following useful: https://www.semanticscholar.org/search?q=Distributed%20Learning%20on%20Very%20Large%20Data%20Sets&sort=relevance RE: How to process the hyperspectral image - vokoyo - Sep-18-2019 Dear Could you please tell me how to load the hyperspectral images for my TensorFlow CNN https://sites.google.com/site/zohaibnet/Home/databases (download HSFD) Kindly show me any link or reference so that I can proceed the image recognition TCY |