documentation

This commit is contained in:
Lorenzo 2021-01-07 16:23:14 +01:00
parent d0000363f6
commit 07400efafd
6 changed files with 7 additions and 10 deletions

View File

@ -138,6 +138,8 @@ We provide evaluation on KITTI in the eval section. Txt files for MonStereo are
`python -m monstereo.run eval --dir_ann <directory of pifpaf annotations> --model data/models/ms-200710-1511.pkl --generate`
<img src="quantitative_mono.png" width="500"/>
### Relative Average Precision Localization (RALP-5%)
We modified the original C++ evaluation of KITTI to make it relative to distance. We use **cmake**.
To run the evaluation, first generate the txt files with:

View File

@ -189,8 +189,6 @@ and save them into `data/kitti/3dop`
and save them into `data/kitti/monodepth`
* **GeometricalBaseline**: A geometrical baseline comparison is provided.
Download the model for monoloco
The average geometrical value for comparison can be obtained running:
```
python -m monstereo.run eval
@ -202,6 +200,11 @@ python -m monstereo.run eval
To include also geometric baselines and MonoLoco, add the flag ``--baselines``
<img src="quantitative_mono.png" width="500"/>
Adding the argument `save`, a few plots will be added including 3D localization error as a function of distance:
<img src="results.png" width="500"/>
### Activity Estimation (Talking)
Please follow preprocessing steps for Collective activity dataset and run pifpaf over the dataset images.
Evaluation on this dataset is done with models trained on either KITTI or nuScenes.

View File

@ -1,8 +0,0 @@
# Work in progress
A detailed readme is currently under development
and will be released soon. For h
For a Beta version, we suggest to take a look at the branch update,
from which you can also reproduce the latest quantitative results.
Thank you for your comprehension and patience.

BIN
docs/quantitative.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
docs/quantitative_mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

BIN
docs/results.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB