Added GIFs to README
This commit is contained in:
parent
d05ca02743
commit
c71d34f749
23
README.md
23
README.md
@ -100,7 +100,7 @@ In all the other cases, we use the parameters of nuScenes cameras, with "1/1.8''
|
|||||||
The default focal length is 5.7mm and this parameter can be modified using the argument `--focal`.
|
The default focal length is 5.7mm and this parameter can be modified using the argument `--focal`.
|
||||||
|
|
||||||
**Webcam** <br />
|
**Webcam** <br />
|
||||||
You can use the webcam as input by using the `--webcam` argument. By default the `--z_max` is set to 10 while using the webcam.
|
You can use the webcam as input by using the `--webcam` argument. By default the `--z_max` is set to 10 while using the webcam and the `--scale` is set to 0.2.
|
||||||
For example, the following command :
|
For example, the following command :
|
||||||
```
|
```
|
||||||
python -m monoloco.run predict \
|
python -m monoloco.run predict \
|
||||||
@ -109,9 +109,19 @@ python -m monoloco.run predict \
|
|||||||
```
|
```
|
||||||
Yields the following result :
|
Yields the following result :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
With `social_distance` in `--activities`, only the keypoints will be shown, allowing total anonimity.
|
With `social_distance` in `--activities`, only the keypoints will be shown, allowing total anonimity.
|
||||||
|
For instance, using :
|
||||||
|
```
|
||||||
|
python -m monoloco.run predict \
|
||||||
|
--webcam \
|
||||||
|
--activities social_distance \
|
||||||
|
--output_types multi
|
||||||
|
```
|
||||||
|
We have :
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## A) 3D Localization
|
## A) 3D Localization
|
||||||
|
|
||||||
@ -204,10 +214,13 @@ For more info, run:
|
|||||||
|
|
||||||
To visualize raised hand with the webcam, run the below command:
|
To visualize raised hand with the webcam, run the below command:
|
||||||
```
|
```
|
||||||
python -m monoloco.run predict docs/frame0032.jpg \
|
python -m monoloco.run predict \
|
||||||
--activities raise_hand --output_types front bird
|
--webcam \
|
||||||
|
--activities raise_hand \
|
||||||
|
--output_types multi
|
||||||
```
|
```
|
||||||
![webcam_raise_hand]()
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## D) Orientation and Bounding Box dimensions
|
## D) Orientation and Bounding Box dimensions
|
||||||
|
|||||||
BIN
docs/webcam.gif
Normal file
BIN
docs/webcam.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 MiB |
BIN
docs/webcam_raisehand.gif
Normal file
BIN
docs/webcam_raisehand.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 MiB |
BIN
docs/webcam_social.png
Normal file
BIN
docs/webcam_social.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 454 KiB |
Loading…
Reference in New Issue
Block a user