diff --git a/README.md b/README.md index bdeba19..b520caa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Perceiving Humans in 3D +# Monoloco: a library to perceive humans in 3D + + +gif + This repository contains the code for two research projects: diff --git a/monoloco/run.py b/monoloco/run.py index 024d8e8..b926479 100644 --- a/monoloco/run.py +++ b/monoloco/run.py @@ -42,6 +42,9 @@ def cli(): predict_parser.add_argument('--white-overlay', nargs='?', default=False, const=0.8, type=float, help='increase contrast to annotations by making image whiter') + predict_parser.add_argument('--font-size', default=0, type=int, help='annotation font size') + predict_parser.add_argument('--monocolor-connections', default=False, action='store_true', + help='use a single color per instance') predict_parser.add_argument('--disable-cuda', action='store_true', help='disable CUDA') predict_parser.add_argument('--focal', help='focal length in mm for a sensor size of 7.2x5.4 mm. Default nuScenes sensor',