Datasets:
Update README.md
Browse files
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 |
```
|