Skip to content

Commit

Permalink
updated docs for datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyhabtegebrial committed Jul 8, 2022
1 parent da967d8 commit b4f2a19
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions docs/data/dataset.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align=left> Datasets </h1>
<h2 align=left> Medieval Port Dataset </h2>
<h1 align=left> Medieval Port Dataset </h2>
<h3 align=left> Camera Arrangement </h3>
This dataset consists of a light-field with 25 sub-aperture images, arranged as shown below. The color coding indicates the training/test/val split.

Expand All @@ -14,7 +14,7 @@ This dataset consists of a light-field with 25 sub-aperture images, arranged as
</div>
</div>

<h2 align=left> Residential Area Dataset </h2>
<h1 align=left> Residential Area Dataset </h2>
<h3 align=left> Camera Arrangement </h3>
This dataset has 3 scenes, each with 3x3 light-field images.

Expand All @@ -34,7 +34,7 @@ Check the [residential data loader](/data/residential.py) and [utils](/src/utils
8 of the 9 views are used for training and 1 view is held out for testing.


<h2 align=left> Replica Dataset </h2>
<h1 align=left> Replica Dataset </h2>
<h3 align=left> Camera Arrangement </h3>
This dataset has 14 scenes, each with 9x9 light-field images.

Expand All @@ -57,14 +57,4 @@ Each 9x9 light field is split into training, validation, and test sets, as follo
testing = [4, 20, 22, 24, 36, 38, 42, 44, 56, 58, 60, 76]
trainining = [0, 2, 6, 8, 18, 26, 40, 54, 62, 72, 74, 80]
validation = [1, 5, 7, 37, 41, 43, 71, 77, 79]
```










```

0 comments on commit b4f2a19

Please sign in to comment.