From 2180a61ef5821dcf6e414347805e1aed9a13019b Mon Sep 17 00:00:00 2001 From: lorenzo Date: Wed, 3 Jul 2019 11:48:29 +0200 Subject: [PATCH] change webcam position --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3a0e688..5d06acd 100644 --- a/README.md +++ b/README.md @@ -67,19 +67,6 @@ To check all the commands for the parser and the subparsers run: * `python3 src/main.py train --help` * `python3 src/main.py eval --help` - -# Webcam -example image - -MonoLoco can run on personal computers with no GPU and low resolution images (e.g. 256x144). - -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: - -`python src/main.py predict --webcam --scale 0.2 --output_types combined --z_max 10` - # Predict The predict script receives an image (or an entire folder using glob expressions), @@ -124,6 +111,18 @@ Below an example on a generic image from the web, created with: ![no calibration](docs/surf.jpg.combined.png) +# Webcam +example image + +MonoLoco can run on personal computers with no GPU and low resolution images (e.g. 256x144). + +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: + +`python src/main.py predict --webcam --scale 0.2 --output_types combined --z_max 10` + # Preprocess ### Datasets