diff --git a/deeplabcut/pose_estimation_tensorflow/modelzoo/__init__.py b/deeplabcut/pose_estimation_tensorflow/modelzoo/__init__.py new file mode 100644 index 0000000000..c1e9461785 --- /dev/null +++ b/deeplabcut/pose_estimation_tensorflow/modelzoo/__init__.py @@ -0,0 +1,11 @@ +# +# DeepLabCut Toolbox (deeplabcut.org) +# © A. & M.W. Mathis Labs +# https://github.com/DeepLabCut/DeepLabCut +# +# Please see AUTHORS for contributors. +# https://github.com/DeepLabCut/DeepLabCut/blob/master/AUTHORS +# +# Licensed under GNU Lesser General Public License v3.0 +# +from .api import SpatiotemporalAdaptation \ No newline at end of file