Jingtao-Li-CVer / TDD

This is an official implementation for "One-Step Detection Paradigm for Hyperspectral Anomaly Detection via Spectral Deviation Relationship Learning“
74 stars 3 forks source link

I get a question. #3

Open waeada opened 1 year ago

waeada commented 1 year ago

Thanks for you sharing! I have a question about the 'max_value' parameter in the config file. What does it mean, and how was it determined? Do I need to adjust it when I change the dataset?

Jingtao-Li-CVer commented 1 year ago

The max_value is used to normalize the image, which is calculated with np.max() function in each band.