This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[to
#42322933
] upate animal recognition model name
master
yanheng.wyh
yingda.chen
3 years ago
parent
a03106172f
commit
5fc8b3c9ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/pipelines/test_animal_recognation.py
+ 1
- 1
tests/pipelines/test_animal_recognation.py
View File
@@ -11,7 +11,7 @@ class MultiModalFeatureTest(unittest.TestCase):
def test_run(self):
animal_recog = pipeline(
Tasks.image_classification,
model='damo/cv_resnest101_animal_recogn
a
tion')
model='damo/cv_resnest101_animal_recogn
i
tion')
result = animal_recog('data/test/images/image1.jpg')
print(result)
Write
Preview
Loading…
Cancel
Save