| { | |
| "model_type": "OurNet", | |
| "architecture": "convnext_base", | |
| "task": "image_forgery_detection", | |
| "input_size": [224, 224], | |
| "num_classes": 1, | |
| "backbone": { | |
| "name": "convnext_base", | |
| "pretrained": false, | |
| "n_features": 1024 | |
| }, | |
| "heads": { | |
| "aux_fc1_dim": 128, | |
| "aux_fc2_dim": 128, | |
| "det_fc1_dim": 128, | |
| "det_fc2_hidden": 256 | |
| } | |
| } | |