File size: 1,527 Bytes
f89deec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564e89b
 
 
 
 
 
 
f89deec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564e89b
 
f89deec
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "repo_id": "haopt/Raster2Seq",
  "checkpoint_filename": "checkpoint.pth",
  "checkpoints": {
    "s3d-bw": {
      "name": "Structured3D-B",
      "subfolder": "s3d-bw",
      "local_filename": "s3dbw_sem_res256_ep0449.pth",
      "room_f1": 99.6,
      "config": "s3d-bw/config.json"
    },
    "cubicasa5k": {
      "name": "CubiCasa5K",
      "subfolder": "cubicasa5k",
      "local_filename": "cc5k_sem_res256_ep0499.pth",
      "room_f1": 88.7,
      "config": "cubicasa5k/config.json"
    },
    "raster2graph": {
      "name": "Raster2Graph",
      "subfolder": "raster2graph",
      "local_filename": "r2g_sem_res256_ep0549.pth",
      "room_f1": 97.0,
      "config": "raster2graph/config.json"
    },
    "raster2graph-512": {
      "name": "Raster2Graph-512",
      "subfolder": "Raster2Graph-512",
      "local_filename": "r2g_sem_res512_ep0749.pth",
      "room_f1": 98.1,
      "config": "Raster2Graph-512/config.json"
    },
    "s3d-density": {
      "name": "Structured3D-DensityMap",
      "subfolder": "s3d-density",
      "local_filename": "s3dd_sem_res256_ep0699.pth",
      "room_f1": 99.1,
      "config": "s3d-density/config.json"
    }
  },
  "aliases": {
    "s3d": "s3d-bw",
    "structured3d": "s3d-bw",
    "structured3d-b": "s3d-bw",
    "s3dbw": "s3d-bw",
    "cc5k": "cubicasa5k",
    "cubicasa": "cubicasa5k",
    "r2g": "raster2graph",
    "r2g-512": "raster2graph-512",
    "raster2graph512": "raster2graph-512",
    "s3dd": "s3d-density",
    "structured3d-density": "s3d-density"
  }
}