diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9ea76d3..80adf7b 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -10,14 +10,16 @@ on:
paths:
- 'monoloco/**'
- 'test/**'
- - 'docs/test*'
+ - 'docs/00*.png'
+ - 'docs/frame0032.jpg'
- '.github/workflows/tests.yml'
pull_request:
paths:
- 'monoloco/**'
- 'test/**'
- - 'docs/test*'
+ - 'docs/00*.png'
+ - 'docs/frame0032.jpg'
- '.github/workflows/tests.yml'
jobs:
diff --git a/README.md b/README.md
index 3fab5dc..cf44dd2 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This library is based on three research projects for monocular/stereo 3D human l
[T. Mordan](https://people.epfl.ch/taylor.mordan/?lang=en), [A. Alahi](https://scholar.google.com/citations?user=UIhXQ64AAAAJ&hl=en)_, ICRA 2021
__[Article](https://arxiv.org/abs/2008.10913)__ __[Citation](#Citation)__ __[Video](https://www.youtube.com/watch?v=pGssROjckHU)__
-
+
---
@@ -125,24 +125,24 @@ If you provide a ground-truth json file to compare the predictions of the networ
For an example image, run the following command:
```sh
-python3 -m monoloco.run predict docs/test_002282.png \
+python3 -m monoloco.run predict docs/002282.png \
--path_gt names-kitti-200615-1022.json \
-o