Jingtao-Li-CVer / TDD

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

How to perform single image detection? #1

Open EatonL opened 1 year ago

EatonL commented 1 year ago

May I ask if it is possible to directly load training weights for single image detection?

Jingtao-Li-CVer commented 1 year ago

May I ask if it is possible to directly load training weights for single image detection?

Of course. If you want to infer directly, you can just change the configuration of the test image in the config file (test section under the dataset keyword). Which config file to use depends on which training image you want.