galaxy-simplifier / config.json
erukude's picture
Added Config File
0c1fd8e verified
{
"library": "keras",
"task": "image-to-image",
"project": "galaxy-simplifier",
"paper": {
"title": "Galaxy image simplification using Generative AI",
"year": 2025,
"doi": "10.1016/j.ascom.2025.100990"
},
"input_image": {
"channels": 3,
"height": 256,
"width": 256,
"normalization": "[-1, 1]"
},
"models": {
"classifier": "models/galaxy_classifier_resnet50.h5",
"simplifier_cgan": "models/galaxy_simplifier_cgan.h5",
"postprocess_cgan": "models/postprocess_cgan.h5"
},
"inference_script": "predict.py"
}