Datasets:

Modalities:
Image
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
niranjangaurav17 commited on
Commit
fe88b8d
·
verified ·
1 Parent(s): 9a11175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -57,7 +57,12 @@ dataset = (
57
  ```
58
 
59
  ## Evaluation - Pointwise accuracy:
60
- For pointwise accuracy, a prediction is considered correct if the predicted point lies inside the annotated ground truth bounding box. In order to evaluate your predictions, see [evaluation](evaluation/)
 
 
 
 
 
61
 
62
  If you're using GroundingYouTube in your research or applications, please cite using this BibTeX:
63
  ```
 
57
  ```
58
 
59
  ## Evaluation - Pointwise accuracy:
60
+ For pointwise accuracy, a prediction is considered correct if the predicted point lies inside the annotated ground truth bounding box. In order to evaluate your predictions, see [evaluation](https://huggingface.co/datasets/CVML-TueAI/grounding-YT-dataset/tree/main/evaluation)
61
+
62
+ ## Visualization:
63
+ [Visualization](https://huggingface.co/datasets/CVML-TueAI/grounding-YT-dataset/tree/main/visualization) contains scripts to generate frames with the ground truth box and the predicted point.
64
+ One should follow the prediction json format given in random_preds.json files. Here are a few visualizations generated:
65
+
66
 
67
  If you're using GroundingYouTube in your research or applications, please cite using this BibTeX:
68
  ```