From 58b7cac9851b10b3b9c5d6f9991839c33c73c06f Mon Sep 17 00:00:00 2001 From: lorenzo Date: Thu, 4 Jul 2019 15:45:53 +0200 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f1999b..1a793f7 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,7 @@ Below an example on a generic image from the web, created with: example image MonoLoco can run on personal computers with only CPU and low resolution images (e.g. 256x144) at ~2fps. - -It support 3 types of visualizations: `front`, `bird` and `combined` +It support 3 types of visualizations: `front`, `bird` and `combined`. Multiple visualizations can be combined in different windows. The above gif has been obtained running on a Macbook the command: @@ -164,7 +163,7 @@ by the image name to easily access ground truth files for evaluation and predict # Train Provide the json file containing the preprocess joints as argument. -As simple as `python3 src/main.py --train --joints 'data/arrays/joints.json` +As simple as `python3 src/main.py --train --joints ` All the hyperparameters options can be checked at `python3 src/main.py train --help`.