- python3 or Docker
Dataset must be following CSV format.
id, narrow_fits_data_path, g_fits_data_path
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install -r requirements.txt
-
python3 main.py dataset_path
under construction
LAE detection result is saved in the fllowing format.
id, narrow_fits_data_path, g_fits_data_path, narrow_band_prediction, g_band_prediction, LAE_or_Not(1 or 0), narrow_band_certainty, g_band_certainty