From 526379cabc8de22a60580d858c3fc4ee2679ce39 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 7 Jan 2021 17:34:38 +0100 Subject: [PATCH] fix conflict --- docs/MonoLoco++.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/MonoLoco++.md b/docs/MonoLoco++.md index 1249792..d0c27e6 100644 --- a/docs/MonoLoco++.md +++ b/docs/MonoLoco++.md @@ -66,6 +66,12 @@ To show all the instances estimated by MonoLoco add the argument `show_all` to t ![predict_all](out_002282.png.multi_all.jpg) +It is also possible to run [openpifpaf](https://github.com/vita-epfl/openpifpaf) directly +by specifying the network with the argument `--net pifpaf`. All the other pifpaf arguments are also supported +and can be checked with `python -m monstereo.run predict --help`. + +![predict_all](out_002282_pifpaf.jpg) + ### Social Distancing To visualize social distancing compliance, simply add the argument `--social-distance` to the predict command.