hexiao0275 / S2ADet

[TGRS 2023] The official repo for the paper "Object Detection in Hyperspectral Image via Unified Spectral-Spatial Feature Aggregation".
GNU Affero General Public License v3.0
25 stars 6 forks source link

处理原始数据代码 #6

Closed eqwrqwrqr closed 6 months ago

eqwrqwrqr commented 7 months ago

我想要生成sa和se信息的代码

hexiao0275 commented 7 months ago
  1. I uploaded the code sa_se_image_generate.zip for data preprocessing, for the sake of experimental fairness, the bandselect method (ONR) used is a parameter-free method, link to the paper in reference [51]: https://github.com/tanmlh/Optimal-Neighboring-Reconstruction-for-Hyperspectral-Band-Selection;
  2. There are many ways to do principal component analysis, I used one of the simplest methods available on github, you can look for other methods, the probability of results may be better .
hexiao0275 commented 6 months ago

see sa_se_image_generate.zip