Skip to content

Commit ed72045

Browse files
author
JeGa
committed
Added info for unary file format.
1 parent 183310b commit ed72045

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#### Structure of the unary files
2+
3+
```
4+
width
5+
height
6+
numLabel
7+
fprob(x=0, y=0, label=0)
8+
fprob(x=0, y=0, label=1)
9+
fprob(x=0, y=0, label=2)
10+
...
11+
fprob(x=0, y=1, label=0)
12+
fprob(x=0, y=1, label=1)
13+
fprob(x=0, y=1, label=2)
14+
...
15+
```

0 commit comments

Comments
 (0)