Upload folder using huggingface_hub
Browse files
Raster2Graph-512/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5736bf4fe1ebd8ef6cca63ea51c2c3f8971d6d1848dd9049fc5ca251bf565229
|
| 3 |
+
size 1130134240
|
Raster2Graph-512/config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint_key": "raster2graph-512",
|
| 3 |
+
"name": "Raster2Graph-512",
|
| 4 |
+
"checkpoint_filename": "checkpoint.pth",
|
| 5 |
+
"source_local_filename": "r2g_sem_res512_ep0749.pth",
|
| 6 |
+
"metrics": {
|
| 7 |
+
"room_f1": 98.1
|
| 8 |
+
},
|
| 9 |
+
"inference_args": {
|
| 10 |
+
"dataset_name": "r2g",
|
| 11 |
+
"dataset_root": "data/R2G_hr_dataset_processed_v1",
|
| 12 |
+
"eval_set": "test",
|
| 13 |
+
"output_dir": "eval_outputs/r2g_res512_sem_results",
|
| 14 |
+
"semantic_classes": 13,
|
| 15 |
+
"input_channels": 3,
|
| 16 |
+
"poly2seq": true,
|
| 17 |
+
"image_size": 512,
|
| 18 |
+
"seq_len": 512,
|
| 19 |
+
"num_bins": 32,
|
| 20 |
+
"disable_poly_refine": true,
|
| 21 |
+
"dec_attn_concat_src": true,
|
| 22 |
+
"ema4eval": true,
|
| 23 |
+
"use_anchor": true,
|
| 24 |
+
"per_token_sem_loss": true,
|
| 25 |
+
"save_pred": true
|
| 26 |
+
}
|
| 27 |
+
}
|