romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
5 stars 1 forks source link

use --module option #180

Closed hanappe closed 3 years ago

hanappe commented 3 years ago

close #192

The --module option was partially ignored because the parsing of the 'task' argument limited the possible values to the list of predefined names in the MODULES variable. The changes allow to run a task that is part of a module that is not in this default list. For example, it allows to run the tasks in the module romiscan.tasks.evaluation (evaluation.py).