LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

allow to import one annotation at a time using scripts #55

Closed lucasgautheron closed 4 years ago

lucasgautheron commented 4 years ago

Currently, the importation script requires a path to a dataframe with all the annotations to import. It would be nice to allow the importation of a single annotation, one by one, without requiring any dataframe. The parameters would all be passed as arguments.