mitrevf / MasterThesis

Semantic segmentation of aerial hyperspectral images based on deep learning methods.
3 stars 5 forks source link

Python #2

Open Varun24695 opened 2 years ago

Varun24695 commented 2 years ago

Hi,

I am a researcher on hyperspectral imaging and came across your project. I am currently working on a segmentation task using python, and I am interested to see how you have worked on your project and would also like to share words with you.

Feel free to contact me!!

Regards, Varun T

mitrevf commented 2 years ago

Hi Varun, This was done pre PyTorch, so it was Torch framework with Lua programming language (the actual neural network, however this chain also uses matlab for PCA and SVM classifier. Translating from Lua Torch to PyTorch (python) should not be very complicated. Python is the standard language for such things nowadays anyway. Furthermore, since this is a bit outdated, look up to the work of Mr. Pedram Ghamisi and Mr. Yushi Chen, when I was following this field their work was state of the art. Moreover, they have a nice overview of the whole field and methods in one article, if I recall correctly. Good luck ! Best regards, Filip