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

speed-up cli executable with dynamic imports #180

Open lucasgautheron opened 3 years ago

lucasgautheron commented 3 years ago

Is your feature request related to a problem? Please describe.

Running child-project currently imports ALL the dependencies used by ALL of the pipelines, which is unnecessary and a bit slow on some machines.

Describe the solution you'd like

Not sure yet