bonn-activity-maps / bam_annotation_tool

Bonn Activity Maps annotation tool
4 stars 1 forks source link

Create method to import person_ids from json file #469

Open dari1495 opened 3 years ago

dari1495 commented 3 years ago

From a JSON file with format:

{
"video_name_1": {
    "track_id_1": person_id_1,
    "track_id_2": person_id_2,
        ...
    },
...
}

update the person_id attribute currently in the database with the one given in the file