change webcam position

This commit is contained in:
lorenzo 2019-07-03 11:48:29 +02:00
parent 0600bfd829
commit 2180a61ef5

View File

@ -68,19 +68,6 @@ To check all the commands for the parser and the subparsers run:
* `python3 src/main.py eval --help`
# Webcam
<img src="docs/webcam_short.gif" height=450 alt="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),
calls PifPaf for 2d human pose detection over the image
@ -124,6 +111,18 @@ Below an example on a generic image from the web, created with:
![no calibration](docs/surf.jpg.combined.png)
# Webcam
<img src="docs/webcam_short.gif" height=350 alt="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