1 Star 11 Fork 2

嘉心糖EDA/一种基于ESP32-CAM的物联网图像分类目标检测平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vit.py 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
嘉心糖EDA 提交于 2024-03-01 18:03 . first commit
from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks
general_recognition = pipeline(
Tasks.general_recognition,
model='damo/cv_resnest101_general_recognition',
download_path='../damo/')
result = general_recognition('https://pailitao-image-recog.oss-cn-zhangjiakou.aliyuncs.com/mufan/img_data/maas_test_data/dog.png')
print(result)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lceda/esp32cam-pytorch-thread.git
[email protected]:lceda/esp32cam-pytorch-thread.git
lceda
esp32cam-pytorch-thread
一种基于ESP32-CAM的物联网图像分类目标检测平台
master

搜索帮助