diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 17:07:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 17:07:51 +0100 |
| commit | 296bd0c04c10f7d87e0f35402f67530bbd3f3f48 (patch) | |
| tree | 3da8ca472f7ca921cc495db6b62e7073148ea9f0 /inversion/live.py | |
| parent | f10216d558d71d053481b3d212657ece44cc95cc (diff) | |
path
Diffstat (limited to 'inversion/live.py')
| -rw-r--r-- | inversion/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inversion/live.py b/inversion/live.py index 491d4a8..e5358b1 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -20,7 +20,7 @@ from params import Params FPS = 25 -params = Params('params_dense-512.json') +params = Params(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'params_dense-512.json')) # -------------------------- # Make directories. |
