hispark-modelzoo-yolo11s / model-card.json
shadow-cann's picture
Mirror sync YOLO11s
9cd2319 verified
Raw
History Blame Contribute Delete
13.2 kB
{
"name": "YOLO11s",
"id": "i9q7jrn16k00",
"description": "YOLO系列网络模型是最为经典的one-stage算法,也是目前工业领域使用最多的目标检测网络,YOLO11网络模型是YOLO系列的最新版本,在继承了原有YOLO网络模型优点的基础上,在架构和训练方法上进行了重大改进,具有更高的检测精度、速度和效率",
"category": "计算机视觉",
"framework": [
"PyTorch"
],
"supportOs": [
"OpenHarmony",
"Linux"
],
"computingPower": [
"Hi3403V100 SVP_NNN",
"Hi3403V100 NNN"
],
"tags": [
"目标检测"
],
"repositoryUrl": "https://gitee.com/Hispark/modelzoo/tree/master/samples/samples_GPL/built-in/yolo11s",
"licenseUrl": "https://github.com/ultralytics/ultralytics/blob/master/LICENSE",
"downloads": [
{
"fileName": "yolo11s.om",
"variants": [
"编译模型 / A16W8 / A16W8"
]
},
{
"fileName": "yolo11s_fp16_Hi3403V100-NNN.om",
"variants": [
"编译模型 / FP16 / FP16"
]
},
{
"fileName": "yolo11s.pt",
"variants": [
"源模型 / 源模型下载"
]
},
{
"fileName": "yolo11s.onnx",
"variants": [
"源模型 / 源模型下载"
]
},
{
"fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
"variants": [
"工具链 / 工具链"
]
}
],
"apiDetail": {
"createdBy": 139036723332644,
"creationDate": "2025-12-26 09:54:03",
"creationUserCN": "y-0089",
"lastUpdatedBy": null,
"lastUpdateDate": "2025-12-30 20:02:18",
"lastUpdateUserCN": "y-0089",
"rowIdx": -1,
"id": "i9q7jrn16k00",
"name": "YOLO11s",
"isBeta": 0,
"betaVersionDesc": "",
"description": "YOLO系列网络模型是最为经典的one-stage算法,也是目前工业领域使用最多的目标检测网络,YOLO11网络模型是YOLO系列的最新版本,在继承了原有YOLO网络模型优点的基础上,在架构和训练方法上进行了重大改进,具有更高的检测精度、速度和效率",
"parentId": "h94virgsv800",
"coverImageId": 1701337666486274,
"coverImageUrl": "https://openxinhuo-board-image.obs.cn-east-3.myhuaweicloud.com/1701337666486274%2Fyolo11s.jpg",
"modelEffectId": null,
"modelEffectUrl": "",
"computerVersion": [
"目标检测"
],
"naturalLanguageProcess": [],
"multimodal": [],
"video": [],
"framework": [
"PyTorch"
],
"modelRepository": "https://gitee.com/Hispark/modelzoo/tree/master/samples/samples_GPL/built-in/yolo11s",
"originModel": [
{
"id": "1701422617919491",
"name": "yolo11s.pt",
"url": null,
"size": "19313732"
},
{
"id": "1701422618050563",
"name": "yolo11s.onnx",
"url": null,
"size": "37963224"
}
],
"originModelLink": null,
"dataSet": "https://cocodataset.org/#download",
"modelLicense": "https://github.com/ultralytics/ultralytics/blob/master/LICENSE",
"detailParams": [
{
"name": "输入",
"value": "640x640"
},
{
"name": "参数量",
"value": "9.469M"
},
{
"name": "计算量",
"value": "23.805GFLOPs"
}
],
"quickStart": {
"url": "https://gitee.com/Hispark/modelzoo/tree/master/samples/samples_GPL/built-in/yolo11s",
"markDownUrl": "",
"developLanguage": [
{
"language": "C++",
"context": "{\"ops\":[{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"模型可以通过以下代码完成快速推理, 该代码仅展示主要流程,完整实现参考src/main.cpp文件和readme\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"model.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"log.h\\\"\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"using namespace Infer;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"int main(int argc, char *argv[])\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"{\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" InferParam inferParam;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" ParseCmd(argc, argv, inferParam)\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" DevInit(inferParam.aclConfigPath);\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" ModelInfer(inferParam);\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" Infer::DevDeInit();\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return 0;\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"}\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"备注:头文件和动态库位于\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/tree/master/samples/common\"},\"insert\":\"/samples/common\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"目录下,编译配置参考\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolo11s/src/CMakeLists.txt\"},\"insert\":\"文件\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\\n\"}]}"
}
]
},
"status": "released",
"currentHandler": "",
"currentHandlerName": "",
"jsonPath": "https://gitee.com/HiSpark/modelzoo-dev/blob/master/samples/samples_GPL/built-in/yolo11s/yolo11s.json",
"modelAdaptor": [
{
"createdBy": null,
"creationDate": null,
"creationUserCN": null,
"lastUpdatedBy": null,
"lastUpdateDate": null,
"lastUpdateUserCN": null,
"rowIdx": -1,
"id": "i8ttm5k1tc00",
"name": "Hi3403V100 SVP_NNN",
"modelId": "i9q7jrn16k00",
"modelName": "YOLO11s",
"supportNames": [
"a16w8"
],
"toolkit": [
{
"name": "CANN工具",
"url": "https://hispark-obs.obs.cn-east-3.myhuaweicloud.com/SVP_NNN_PC_V1.0.6.0.tgz",
"desc": "Al异构计算架构;提升计算效率的关键平台",
"imgId": "cann"
},
{
"name": "编译工具链",
"url": "https://gitee.com/HiSpark/pegasus/blob/Beta-v0.9.1/docs/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97/Hi3403V100%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E6%8C%87%E5%8D%97.md#241%E5%AE%89%E8%A3%85clang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%99%A8",
"desc": "高效编译,精准适配;AI性能优化,应用流畅运行",
"imgId": "tool"
},
{
"name": "SDK",
"url": "https://gitee.com/HiSpark/ss928v100_clang/tree/Beta-v0.9.1/",
"desc": "稳定、易用的设计;支撑客户快速产品量产",
"imgId": "sdk"
}
],
"supportOs": [
"OpenHarmony",
"Linux"
],
"supportQuantify": [
{
"createdBy": 132241120926760,
"creationDate": "2026-03-26 20:09:53",
"creationUserCN": "liaoshibin",
"lastUpdatedBy": 132241120926760,
"lastUpdateDate": "2026-03-26 20:09:53",
"lastUpdateUserCN": "liaoshibin",
"rowIdx": -1,
"id": "j6tjl1noi000",
"name": "a16w8",
"computingId": "i8ttm5k1tc00",
"computingName": "Hi3403V100 SVP_NNN",
"omOfflineModelUrl": null,
"omOfflineModelId": 1719725522485249,
"omOfflineModelSize": "10368919",
"omOfflineModelName": "yolo11s.om",
"omOfflineModel": [
{
"id": "1719725522485249",
"name": "yolo11s.om",
"url": null,
"size": "10368919"
}
],
"omOfflineModelLink": null,
"releaseTime": "2025-12-23",
"boardOs": null,
"modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolo11s/LICENSE",
"modelPerformance": [
{
"performanceValue": "23.471",
"unit": "耗时(ms)",
"desc": "性能工具。"
},
{
"performanceValue": "42.607",
"unit": "性能(fps)",
"desc": "性能工具。"
},
{
"performanceValue": "153.643",
"unit": "单帧内存带宽(MB)",
"desc": ""
},
{
"performanceValue": "37.102",
"unit": "内存(MB)",
"desc": ""
}
],
"deleted": 0
}
],
"deleted": 0
},
{
"createdBy": null,
"creationDate": null,
"creationUserCN": null,
"lastUpdatedBy": null,
"lastUpdateDate": null,
"lastUpdateUserCN": null,
"rowIdx": -1,
"id": "i8ttm5k1tc01",
"name": "Hi3403V100 NNN",
"modelId": "i9q7jrn16k00",
"modelName": "YOLO11s",
"supportNames": [
"fp16"
],
"toolkit": [
{
"name": "CANN工具",
"url": null,
"desc": "5.30.t11.7.b110; (请联系FAE获取)",
"imgId": "cann"
},
{
"name": "编译工具链",
"url": "",
"desc": "aarch64-mix210-linux-gcc;(请联系FAE获取)",
"imgId": "tool"
},
{
"name": "SDK",
"url": "",
"desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
"imgId": "sdk"
}
],
"supportOs": [
"Linux"
],
"supportQuantify": [
{
"createdBy": 132241120926760,
"creationDate": "2026-03-26 20:09:53",
"creationUserCN": "liaoshibin",
"lastUpdatedBy": 132241120926760,
"lastUpdateDate": "2026-03-26 20:09:53",
"lastUpdateUserCN": "liaoshibin",
"rowIdx": -1,
"id": "j6tjl1r8i000",
"name": "fp16",
"computingId": "i8ttm5k1tc01",
"computingName": "Hi3403V100 NNN",
"omOfflineModelUrl": null,
"omOfflineModelId": 1719725730103299,
"omOfflineModelSize": "21529146",
"omOfflineModelName": "yolo11s.om",
"omOfflineModel": [
{
"id": "1719725730103299",
"name": "yolo11s.om",
"url": null,
"size": "21529146"
}
],
"omOfflineModelLink": null,
"releaseTime": "2025-12-26",
"boardOs": null,
"modelLicense": "https://gitee.com/HiSpark/modelzoo/blob/master/samples/samples_GPL/built-in/yolo11s/LICENSE",
"modelPerformance": [
{
"performanceValue": "43.430",
"unit": "耗时(ms)",
"desc": null
},
{
"performanceValue": "23.020",
"unit": "性能(fps)",
"desc": ""
},
{
"performanceValue": "342.670",
"unit": "单帧内存带宽(MB)",
"desc": ""
},
{
"performanceValue": "112.672",
"unit": "内存(MB)",
"desc": ""
}
],
"deleted": 0
}
],
"deleted": 0
}
],
"saveType": null,
"deleteType": null,
"latest": "Y",
"deleted": 0,
"modelPhase": "released",
"remark": null,
"fileInfo": null,
"reviewType": null,
"owner": "y-0089",
"ownerBy": 139036723332644,
"optional": null,
"optionalList": [
"0e900d99dee8461b8"
],
"optionalBy": null,
"downloadNum": 65,
"collectNum": null,
"isCollect": null
}
}