From e9242867162972c00c8164551e718ec9a5539aae Mon Sep 17 00:00:00 2001 From: "jordi.hasianta" Date: Thu, 15 Sep 2022 21:10:59 +0700 Subject: [PATCH] add docstring --- opendbm/api_lib/facial_activity/api.py | 2 +- opendbm/api_lib/movement/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendbm/api_lib/facial_activity/api.py b/opendbm/api_lib/facial_activity/api.py index c69d849a..83a06753 100644 --- a/opendbm/api_lib/facial_activity/api.py +++ b/opendbm/api_lib/facial_activity/api.py @@ -31,7 +31,7 @@ class FacialActivity(VideoModel): def fit(self, path): """Fit a file in filepath to OpenFace Model. Make sure to set the Docker to be active first. - For installation, see https://teebid.github.io/aicure_opendbm/docs/openface-docker-installation + For installation, see https://aicure.github.io/open_dbm/docs/openface-docker-installation Parameters ---------- diff --git a/opendbm/api_lib/movement/api.py b/opendbm/api_lib/movement/api.py index 01257d34..b1045807 100644 --- a/opendbm/api_lib/movement/api.py +++ b/opendbm/api_lib/movement/api.py @@ -35,7 +35,7 @@ class Movement(VideoModel): def fit(self, path): """Fit a file in filepath to OpenFace Model. Make sure to set the Docker to be active first. - For installation, see https://teebid.github.io/aicure_opendbm/docs/openface-docker-installation + For installation, see https://aicure.github.io/open_dbm/docs/openface-docker-installation Parameters ----------