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:

{
  "<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:

python eval.py --predictions PATH_TO_JSON