We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080744d commit 8a6e4cfCopy full SHA for 8a6e4cf
facemap/pose/pose.py
@@ -13,10 +13,15 @@
13
14
from facemap import utils
15
16
-from . import datasets, facemap_network, model_loader, model_training
+from . import datasets, facemap_network, model_loader
17
from . import pose_helper_functions as pose_utils
18
from . import transforms
19
20
+try:
21
+ from . import model_training
22
+except:
23
+ train = False
24
+
25
"""
26
Base class for generating pose estimates.
27
Contains functions that can be used through CLI or GUI
0 commit comments