File size: 644 Bytes
0c1fd8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"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"
} |