Datasets:

Modalities:
Image
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
niranjangaurav17's picture
Update evaluation/clips/README.md
c40aa4a verified
# Evaluation script for clips - Point-wise accuracy
clips_gt.json contains ground truth labels for all clips in the dataset.
Save your predicitons in a json file with this format:
```json
{
"<clip_name>": {
"<frame number>": [<x-coordinate>, <y-coordinate>],
"<frame number>": [<x-coordinate>, <y-coordinate>],
...
},
...
}
```
Where clip\_name should be same as the \_\_key\_\_ of the webDataset sample.
To evaluate use:
```bash
python eval.py --predictions PATH_TO_JSON