dnth commited on
Commit
8a1ecf1
1 Parent(s): 855f1eb
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -44,7 +44,7 @@ dataset_info:
44
 
45
  # Oxford-IIIT-Pets-VL-Enriched
46
 
47
- An enriched version of the Oxford IIIT Pets Dataset with image caption and boundig boxes.
48
 
49
  With more information, the dataset can be used for a variety of tasks such as image retrieval or visual question answering.
50
 
@@ -65,6 +65,8 @@ import datasets
65
  ds = datasets.load_dataset("dnth/pets-enriched")
66
  ```
67
 
 
 
68
  ## Interactive Visualization
69
  Visual Layer provides a platform to interactively visualize the dataset.
70
  Check it out [here](https://app.visual-layer.com/vl-datasets). No sign-up required.
 
44
 
45
  # Oxford-IIIT-Pets-VL-Enriched
46
 
47
+ An enriched version of the Oxford IIIT Pets Dataset with image caption and bounding boxes.
48
 
49
  With more information, the dataset can be used for a variety of tasks such as image retrieval or visual question answering.
50
 
 
65
  ds = datasets.load_dataset("dnth/pets-enriched")
66
  ```
67
 
68
+ More in this [notebook](usage.ipynb).
69
+
70
  ## Interactive Visualization
71
  Visual Layer provides a platform to interactively visualize the dataset.
72
  Check it out [here](https://app.visual-layer.com/vl-datasets). No sign-up required.