Skip to content

Commit 7b65e90

Browse files
authored
fixed resnet urls (#31)
1 parent 842bd0b commit 7b65e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf_bodypix/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ class BodyPixModelPaths:
3434
_DOWNLOAD_URL_PREFIX + 'mobilenet/float/100/model-stride16.json'
3535
)
3636
MOBILENET_RESNET50_FLOAT_STRIDE_16 = (
37-
_DOWNLOAD_URL_PREFIX + 'savedmodel/bodypix/resnet50/float/model-stride16.json'
37+
_DOWNLOAD_URL_PREFIX + 'resnet50/float/model-stride16.json'
3838
)
3939
MOBILENET_RESNET50_FLOAT_STRIDE_32 = (
40-
_DOWNLOAD_URL_PREFIX + 'savedmodel/bodypix/resnet50/float/model-stride32.json'
40+
_DOWNLOAD_URL_PREFIX + 'resnet50/float/model-stride32.json'
4141
)
4242

4343

0 commit comments

Comments
 (0)