gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

User should be able to change the transformers configuration #93

Open laurent-thiebaud-gisaia opened 5 years ago

laurent-thiebaud-gisaia commented 5 years ago

SG wants to start the application and to be able to change some configuration, eg. the version of a HMM model. I think that we should find a way, at the run, to set the configuration (MotionConfiguration, TempoConfiguration...). This could be either a configuration file, or program arguments.

I feel like a configuration file is easier for the user (he copy-pastes the same line to start application, he changes configuration in a single file), however this can lead to more errors than arguments (if the configuration file structure changes, all users should update their file). @sfalquier we should start thinking to this