From 5e7292fe650cd3e4eb37422c7fe9b87ddb8d95f8 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Fri, 23 Aug 2019 14:37:26 +0200 Subject: [PATCH] fix order table --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5bc3c0..b20bb9d 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ and save them into `data/kitti/3dop` [here](https://github.com/Parrotlife/pedestrianDepth-baseline/tree/master/MonoDepth-PyTorch) and save them into `data/kitti/monodepth` * **GeometricalBaseline**: A geometrical baseline comparison is provided. -The average geometrical value for comparison can be obtained running; +The average geometrical value for comparison can be obtained running: `python3 -m monoloco.run eval --geometric --model data/models/monoloco-190719-0923.pkl --joints data/arrays/joints-nuscenes_teaser-190717-1424.json` @@ -213,6 +213,7 @@ The average geometrical value for comparison can be obtained running; The following results are obtained running: `python3 -m monoloco.run eval --model data/models/monoloco-190719-0923.pkl --generate --dir_ann ` -![kitti_evaluation](docs/results.png) ![kitti_evaluation_table](docs/results_table.png) +![kitti_evaluation](docs/results.png) +