cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
610 stars 198 forks source link

Add mergefiles subcommand #71

Closed herr-biber closed 10 years ago

herr-biber commented 12 years ago

Add a command line subcommand called mergefiles. It takes two (or more) label files as an input and merges their annotations into a new file.

Implementation

Can easily be done by

  1. importing the input files
  2. merging the python dicts created by import
  3. writing out the new dict

    Use cases

    • A user wants to see input AND output of a tracker
    • A user wants to compare tracks with it's evaluation
baeuml commented 12 years ago

implementation for arbitrary files is still missing