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 29f4609 commit 12334f9Copy full SHA for 12334f9
apps/ios_rpc/tests/ios_rpc_mobilenet.py
@@ -61,7 +61,7 @@ def prepare_input():
61
]
62
)
63
synset_name = "imagenet1000_clsid_to_human.txt"
64
- img_path = download_testdata(img_url, "cat.png", module="data")
+ img_path = download_testdata(img_url, img_name, module="data")
65
synset_path = download_testdata(synset_url, synset_name, module="data")
66
with open(synset_path) as f:
67
synset = eval(f.read())
0 commit comments