Supplemental material
收藏资源简介:
The folders contain raw hyperspectral images (reported in the paper) of macroalgae sampled in April and July 2024. cropped_HSI_images Contains cropped hyperspectral (HSI) raw images prepared for preprocessing. These images are sourced for pixel-wise analysis and further processing steps. Optical Signatures Houses spectral signatures and labels essential for model training and evaluation. It includes:Train Folder: Contains text files of spectral signatures and labels for each preprocessed training sample. These files serve as input to the 1D Convolutional Neural Network (CNN) model, as detailed in the accompanying research paper.Test Folder: Holds similar data for the test samples, formatted for model validation and performance evaluation. Calibration Contains text files of calibration signatures. These are applied in preprocessing for pixel-wise calibration, facilitating the conversion of intensity values to standardized global reflectance. Label_data Contains bounding box annotations for each sample, crucial for accurate preprocessing and label assignment. The files are named HSI_(30), etc. and correspond to the folder files code names Meta_data_sheetmacroalgae_HSI.xlsx An Excel file listing species details, name codes, and sample types, aiding in orientation and reference for each dataset file. Reviewed_code_manus_hsi The file includes a jupyter notebook file with the code for preprocessing the raw images. Analyses of the spectral bands and training a 1D CNN model with that data as well as performing inference on the model. Please see Section 2.3 in the paper for the detailed process.The analysis can be used on your images, but to be sure the code works you are encouraged to use the data presented in the folders here. You can train the model directly without preprocessing first, by using the data in the "Optical signatures"



