Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,9 @@ This custom TST-ProcTHOR dataset is used in research work "Multimodality as Supe
|
|
| 22 |
|
| 23 |
- `segmentation/test` contains the test dataset used for evaluation/testing on semantic segmentation task. This data corresponds to samples obtained from the test-space itself.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Dataset Structure
|
| 27 |
|
|
@@ -45,6 +48,9 @@ TST-ProcTHOR/
|
|
| 45 |
├── segmentation/
|
| 46 |
│ ├── train/ # Training data for segmentation
|
| 47 |
│ └── test/ # Test data for segmentation
|
|
|
|
|
|
|
|
|
|
| 48 |
└── README.md
|
| 49 |
```
|
| 50 |
|
|
|
|
| 22 |
|
| 23 |
- `segmentation/test` contains the test dataset used for evaluation/testing on semantic segmentation task. This data corresponds to samples obtained from the test-space itself.
|
| 24 |
|
| 25 |
+
- `captioning/train` is the associated downstream dataset used to finetune TST pretrained models on captioning task.
|
| 26 |
+
|
| 27 |
+
- `captioning/test` contains the test dataset used for evaluation/testing on captioning task. This data corresponds to samples obtained from the test-space itself.
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
|
|
|
| 48 |
├── segmentation/
|
| 49 |
│ ├── train/ # Training data for segmentation
|
| 50 |
│ └── test/ # Test data for segmentation
|
| 51 |
+
├── captioning/
|
| 52 |
+
│ ├── train/ # Training data for captioning
|
| 53 |
+
│ └── test/ # Test data for captioning
|
| 54 |
└── README.md
|
| 55 |
```
|
| 56 |
|