Skip to content

Commit 12334f9

Browse files
committed
chore
1 parent 29f4609 commit 12334f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ios_rpc/tests/ios_rpc_mobilenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def prepare_input():
6161
]
6262
)
6363
synset_name = "imagenet1000_clsid_to_human.txt"
64-
img_path = download_testdata(img_url, "cat.png", module="data")
64+
img_path = download_testdata(img_url, img_name, module="data")
6565
synset_path = download_testdata(synset_url, synset_name, module="data")
6666
with open(synset_path) as f:
6767
synset = eval(f.read())

0 commit comments

Comments
 (0)