diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8dd34fc..9ea76d3 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,7 +5,20 @@
name: Tests
-on: [push, pull_request]
+on:
+ push:
+ paths:
+ - 'monoloco/**'
+ - 'test/**'
+ - 'docs/test*'
+ - '.github/workflows/tests.yml'
+
+ pull_request:
+ paths:
+ - 'monoloco/**'
+ - 'test/**'
+ - 'docs/test*'
+ - '.github/workflows/tests.yml'
jobs:
build:
diff --git a/README.md b/README.md
index ca43481..f91f386 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
-python -m monoloco.run predict docs/002282.png \
+python -m monoloco.run predict docs/test_002282.png \
--path_gt names-kitti-200615-1022.json \
-o