File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
from cryptography .fernet import Fernet
9
9
10
- import benchmark ._crypt
10
+ import deeplabcut . benchmark ._crypt
11
11
12
12
def key_type (arg ):
13
13
if os .path .exists (arg ) and os .path .isfile (arg ):
@@ -34,7 +34,7 @@ def key_type(arg):
34
34
)
35
35
)
36
36
for file in files :
37
- benchmark ._crypt .encrypt (file , args .key )
37
+ deeplabcut . benchmark ._crypt .encrypt (file , args .key )
38
38
if args .store is None :
39
39
print (
40
40
f"Encrypted using key: { args .key .decode ()} \n "
Original file line number Diff line number Diff line change 16
16
from deeplabcut .pose_estimation_tensorflow .core import evaluate_multianimal
17
17
from deeplabcut .utils .conversioncode import guarantee_multiindex_rows
18
18
19
- import benchmark .utils
19
+ import deeplabcut . benchmark .utils
20
20
21
21
MULTI_KEYPOINTS = {
22
22
"trimouse" : (
You can’t perform that action at this time.
0 commit comments