Datasets:
Upload README.md
Browse files
README.md
CHANGED
|
@@ -115,6 +115,10 @@ with h5py.File("kosum_gt.h5", "r") as gt_h5:
|
|
| 115 |
change_points = gt_h5[video_id]["change_points"][:]
|
| 116 |
```
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
## Citation
|
| 119 |
|
| 120 |
If you use KoSum in your research, please cite:
|
|
|
|
| 115 |
change_points = gt_h5[video_id]["change_points"][:]
|
| 116 |
```
|
| 117 |
|
| 118 |
+
## Data Issues
|
| 119 |
+
|
| 120 |
+
If you find any data issue, such as missing keys, broken files, or metadata/annotation errors, please let us know through the Community.
|
| 121 |
+
|
| 122 |
## Citation
|
| 123 |
|
| 124 |
If you use KoSum in your research, please cite:
|