From afc439862d3a461e7f8cb5f91066fbbba25c837b Mon Sep 17 00:00:00 2001 From: lorenzo Date: Fri, 24 May 2019 13:18:14 +0200 Subject: [PATCH] update model name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1609c15..3c03269 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ If it does not find the file, it will generate images with all the predictions without ground-truth matching. Below an example with and without ground-truth matching. They have been created (adding or removing `--path_gt`) with: -`python src/main.py predict --networks monoloco --glob docs/002282.png --output_types combined --scale 2 --y_scale 1.85 ---model data/models/base_model.pickle --n_dropout 100 --z_max 30` +`python3 src/main.py predict --networks monoloco --glob docs/002282.png --output_types combined --scale 2 --y_scale 1.85 +--model data/models/monoloco-190513-1437.pkl --n_dropout 100 --z_max 30` With ground truth matching (only matching people): ![predict_ground_truth](docs/002282.png.combined_1.png)