From 7aa70b8621899037a147445e3b7855bf03af9c73 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 7 Jan 2021 15:08:25 +0100 Subject: [PATCH] remove beta --- docs/MonoLoco++.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/MonoLoco++.md b/docs/MonoLoco++.md index 3efc567..8281af0 100644 --- a/docs/MonoLoco++.md +++ b/docs/MonoLoco++.md @@ -1,6 +1,8 @@ # Perceiving Humans: from Monocular 3D Localization to Social Distancing +![social distancing](docs/social_distancing.jpg) + > Perceiving humans in the context of Intelligent Transportation Systems (ITS) often relies on multiple cameras or expensive LiDAR sensors. In this work, we present a new cost- effective vision-based method that perceives humans’ locations in 3D @@ -16,8 +18,6 @@ Our vision-based system (i) is privacy-safe, (ii) works with any fixed or moving Indeed, we show that we can rethink the concept of “social distancing” as a form of social interaction in contrast to a simple location-based rule. We publicly share the source code towards an open science mission. -This readme is in Beta version and refers to the `update` branch. It is currently under development. - ## Predictions For a quick setup download a pifpaf and a MonoLoco++ models from TODO and save them into `data/models`. @@ -61,7 +61,7 @@ To visualize social distancing compliance, simply add the argument `--social-dis An example from the Collective Activity Dataset is provided below. - + To visualize social distancing run the below, command: ``` @@ -72,10 +72,16 @@ docs/frame0038.jpg \ --output_types front bird --show_all \ --model data/models/monoloco_pp-201203-1424.pkl -o ``` - + - + + +Threshold distance and radii (for F-formations) can be set using `--threshold-dist` and `--radii`, respectively. + +For more info, run: + +`python -m monstereo.run predict --help` ### Orientation and Bounding Box dimensions MonoLoco++ estimates orientation and box dimensions as well. Results are saved in a json file when using the command