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
-
-
-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:

+# Webcam
+
+
+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