From e2f616e104ccb4bf8d7797c172a3676bc41ecdd1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 27 Apr 2020 21:09:11 +0200 Subject: [PATCH] [setup] Add analyze cli interface --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6741aaca..35c6ff66 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( "predict = bob.ip.binseg.script.predict:predict", "evaluate = bob.ip.binseg.script.evaluate:evaluate", "compare = bob.ip.binseg.script.compare:compare", + "analyze = bob.ip.binseg.script.analyze:analyze", "experiment = bob.ip.binseg.script.experiment:experiment", ], # bob train configurations -- GitLab