Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- 1702559012290562_cat_320x240_draw_keypoints.jpg +0 -0
- README.md +67 -0
- SVP_NNN_PC_V1.0.6.0.tgz +3 -0
- model-card.json +337 -0
- superPointNet_170000_checkpoint.pth +3 -0
- superpoint_bs1.om +3 -0
- superpoint_bs1.onnx +3 -0
- superpoint_bs1_om-A8W8.om +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
superpoint_bs1_om-A8W8.om filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
superpoint_bs1.om filter=lfs diff=lfs merge=lfs -text
|
1702559012290562_cat_320x240_draw_keypoints.jpg
ADDED
|
README.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
tags:
|
| 5 |
+
- hisilicon
|
| 6 |
+
- hispark
|
| 7 |
+
- npu
|
| 8 |
+
- openharmony
|
| 9 |
+
- modelzoo
|
| 10 |
+
- pytorch
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# SuperPoint
|
| 14 |
+
|
| 15 |
+
SuperPoint模型的全卷积神经网络架构对全尺寸图像进行操作,并在单次前向传递中产生伴随固定长度描述符的兴趣点检测。该模型有一个单一的共享编码器来处理和减少输入图像的维数。在编码器之后,该架构分成两个解码器“头”,它们学习任务特定权重——一个用于兴趣点检测,另一个用于感兴趣点描述。大多数网络参数在两个任务之间共享,这与传统系统不同,传统系统首先检测兴趣点,然后计算描述符,并且缺乏跨两个任务共享计算和表示的能力。
|
| 16 |
+
|
| 17 |
+
## Mirror Metadata
|
| 18 |
+
|
| 19 |
+
- Hugging Face repo: shadow-cann/hispark-modelzoo-superpoint
|
| 20 |
+
- Portal model id: j3n1o7csso00
|
| 21 |
+
- Created at: 2026-03-16 21:11:02
|
| 22 |
+
- Updated at: 2026-03-26 09:35:38
|
| 23 |
+
- Category: 计算机视觉
|
| 24 |
+
|
| 25 |
+
## Framework
|
| 26 |
+
|
| 27 |
+
- PyTorch
|
| 28 |
+
|
| 29 |
+
## Supported OS
|
| 30 |
+
|
| 31 |
+
- OpenHarmony
|
| 32 |
+
- Linux
|
| 33 |
+
|
| 34 |
+
## Computing Power
|
| 35 |
+
|
| 36 |
+
- Hi3403V100 SVP_NNN
|
| 37 |
+
- Hi3403V100 NNN
|
| 38 |
+
|
| 39 |
+
## Tags
|
| 40 |
+
|
| 41 |
+
- 特征点检测
|
| 42 |
+
|
| 43 |
+
## Detail Parameters
|
| 44 |
+
|
| 45 |
+
- 输入: 240x320
|
| 46 |
+
- 参数量: 1.24M
|
| 47 |
+
- 计算量: 13.116GFLOPs
|
| 48 |
+
|
| 49 |
+
## Files In This Repo
|
| 50 |
+
|
| 51 |
+
- superpoint_bs1_om-A8W8.om (编译模型 / A8W8)
|
| 52 |
+
- superpoint_bs1.om (编译模型 / FP16; 编译模型 / OM 元数据 / A8W8)
|
| 53 |
+
- superpoint_bs1.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
|
| 54 |
+
- superPointNet_170000_checkpoint.pth (源模型 / 源模型下载)
|
| 55 |
+
- SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
|
| 56 |
+
|
| 57 |
+
## Upstream Links
|
| 58 |
+
|
| 59 |
+
- Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=j3n1o7csso00
|
| 60 |
+
- Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/point/SuperPoint
|
| 61 |
+
- License reference: https://github.com/eric-yyjau/pytorch-superpoint/blob/master/LICENSE
|
| 62 |
+
|
| 63 |
+
## Notes
|
| 64 |
+
|
| 65 |
+
- This repository was mirrored from the HiSilicon Developer Portal model card and local downloads captured on 2026-03-27.
|
| 66 |
+
- File ownership follows the portal card mapping, not just filename similarity.
|
| 67 |
+
- Cover image: 1702559012290562_cat_320x240_draw_keypoints.jpg
|
SVP_NNN_PC_V1.0.6.0.tgz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:536b103d08e9490f968207326798e1fc50ea4234888b73db729cd6e6a04c5d8b
|
| 3 |
+
size 31072256
|
model-card.json
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "SuperPoint",
|
| 3 |
+
"id": "j3n1o7csso00",
|
| 4 |
+
"description": "SuperPoint模型的全卷积神经网络架构对全尺寸图像进行操作,并在单次前向传递中产生伴随固定长度描述符的兴趣点检测。该模型有一个单一的共享编码器来处理和减少输入图像的维数。在编码器之后,该架构分成两个解码器“头”,它们学习任务特定权重——一个用于兴趣点检测,另一个用于感兴趣点描述。大多数网络参数在两个任务之间共享,这与传统系统不同,传统系统首先检测兴趣点,然后计算描述符,并且缺乏跨两个任务共享计算和表示的能力。",
|
| 5 |
+
"category": "计算机视觉",
|
| 6 |
+
"framework": [
|
| 7 |
+
"PyTorch"
|
| 8 |
+
],
|
| 9 |
+
"supportOs": [
|
| 10 |
+
"OpenHarmony",
|
| 11 |
+
"Linux"
|
| 12 |
+
],
|
| 13 |
+
"computingPower": [
|
| 14 |
+
"Hi3403V100 SVP_NNN",
|
| 15 |
+
"Hi3403V100 NNN"
|
| 16 |
+
],
|
| 17 |
+
"tags": [
|
| 18 |
+
"特征点检测"
|
| 19 |
+
],
|
| 20 |
+
"repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/point/SuperPoint",
|
| 21 |
+
"licenseUrl": "https://github.com/eric-yyjau/pytorch-superpoint/blob/master/LICENSE",
|
| 22 |
+
"downloads": [
|
| 23 |
+
{
|
| 24 |
+
"fileName": "superpoint_bs1_om-A8W8.om",
|
| 25 |
+
"variants": [
|
| 26 |
+
"编译模型 / A8W8"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"fileName": "superpoint_bs1.om",
|
| 31 |
+
"variants": [
|
| 32 |
+
"编译模型 / FP16",
|
| 33 |
+
"编译模型 / OM 元数据 / A8W8"
|
| 34 |
+
]
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"fileName": "superpoint_bs1.onnx",
|
| 38 |
+
"variants": [
|
| 39 |
+
"源模型 / 源模型下载",
|
| 40 |
+
"源模型 / 源模型元数据"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"fileName": "superPointNet_170000_checkpoint.pth",
|
| 45 |
+
"variants": [
|
| 46 |
+
"源模型 / 源模型下载"
|
| 47 |
+
]
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
|
| 51 |
+
"variants": [
|
| 52 |
+
"附加资源 / 附加资源"
|
| 53 |
+
]
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"apiDetail": {
|
| 57 |
+
"createdBy": 137441035408492,
|
| 58 |
+
"creationDate": "2026-03-16 21:11:02",
|
| 59 |
+
"creationUserCN": "0e900d99dee8461b8",
|
| 60 |
+
"lastUpdatedBy": null,
|
| 61 |
+
"lastUpdateDate": "2026-03-26 09:35:38",
|
| 62 |
+
"lastUpdateUserCN": "0e900d99dee8461b8",
|
| 63 |
+
"rowIdx": -1,
|
| 64 |
+
"id": "j3n1o7csso00",
|
| 65 |
+
"name": "SuperPoint",
|
| 66 |
+
"isBeta": 0,
|
| 67 |
+
"betaVersionDesc": "",
|
| 68 |
+
"description": "SuperPoint模型的全卷积神经网络架构对全尺寸图像进行操作,并在单次前向传递中产生伴随固定长度描述符的兴趣点检测。该模型有一个单一的共享编码器来处理和减少输入图像的维数。在编码器之后,该架构分成两个解码器“头”,它们学习任务特定权重——一个用于兴趣点检测,另一个用于感兴趣点描述。大多数网络参数在两个任务之间共享,这与传统系统不同,传统系统首先检测兴趣点,然后计算描述符,并且缺乏跨两个任务共享计算和表示的能力。",
|
| 69 |
+
"parentId": "ia4r3did6k00",
|
| 70 |
+
"coverImageId": 1702559012290562,
|
| 71 |
+
"coverImageUrl": "https://openxinhuo-board-image.obs.cn-east-3.myhuaweicloud.com/1702559012290562%2Fcat_320x240_draw_keypoints.jpg",
|
| 72 |
+
"modelEffectId": null,
|
| 73 |
+
"modelEffectUrl": "",
|
| 74 |
+
"computerVersion": [
|
| 75 |
+
"特征点检测"
|
| 76 |
+
],
|
| 77 |
+
"naturalLanguageProcess": [],
|
| 78 |
+
"multimodal": [],
|
| 79 |
+
"video": [],
|
| 80 |
+
"framework": [
|
| 81 |
+
"PyTorch"
|
| 82 |
+
],
|
| 83 |
+
"modelRepository": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/point/SuperPoint",
|
| 84 |
+
"originModel": [
|
| 85 |
+
{
|
| 86 |
+
"id": "1706936286445571",
|
| 87 |
+
"name": "superpoint_bs1.onnx",
|
| 88 |
+
"url": null,
|
| 89 |
+
"size": "5276380"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"id": "1706936462606339",
|
| 93 |
+
"name": "SuperPointNet.pth",
|
| 94 |
+
"url": null,
|
| 95 |
+
"size": "15692105"
|
| 96 |
+
}
|
| 97 |
+
],
|
| 98 |
+
"originModelLink": "",
|
| 99 |
+
"dataSet": "https://gitee.com/link?target=http%3A%2F%2Ficvl.ee.ic.ac.uk%2Fvbalnt%2Fhpatches%2Fhpatches-sequences-release.tar.gz",
|
| 100 |
+
"modelLicense": "https://github.com/eric-yyjau/pytorch-superpoint/blob/master/LICENSE",
|
| 101 |
+
"detailParams": [
|
| 102 |
+
{
|
| 103 |
+
"name": "输入",
|
| 104 |
+
"value": "240x320"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"name": "参数量",
|
| 108 |
+
"value": "1.24M"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"name": "计算量",
|
| 112 |
+
"value": "13.116GFLOPs"
|
| 113 |
+
}
|
| 114 |
+
],
|
| 115 |
+
"quickStart": {
|
| 116 |
+
"url": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/point/SuperPoint",
|
| 117 |
+
"markDownUrl": "",
|
| 118 |
+
"developLanguage": [
|
| 119 |
+
{
|
| 120 |
+
"language": "C++",
|
| 121 |
+
"context": "{\"ops\":[{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"模型可以通过以下代码完成快速推理\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"model.h\\\"\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"#include \\\"log.h\\\"\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"using namespace Infer;\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\\n\"},{\"insert\":\"int main()\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"{\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvInit();\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string omModelPath = \\\"/path/to/model.om\\\"; // 模型文件路径 \"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::string filePath= \\\"/path/to/file_list.json\\\"; // 输入文本文件路径\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" std::unique_ptr<Model> model = std::make_unique<Model>();\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Load(omModelPath, ModelType::SuperPoint) != 0) {\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to load model\\\";\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" auto ret = model->Infer(filePath, FileType::JsonFile);\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (ret.size() == 0) {\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to infer model\\\";\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" model->Unload();\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" if (model->Unload() != 0) {\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" LOG(ERROR) << \\\"fail to unload model\\\";\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return -1;\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" }\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" EnvDeinit();\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\" return 0;\"},{\"attributes\":{\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"insert\":\"}\"},{\"attributes\":{\"text-indent\":\"0px\",\"code-block\":\"plain\"},\"insert\":\"\\n\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"备注:上述C++代码仅展示了主要流程,详细实现请参考\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#315fbd\",\"link\":\"https://gitee.com/HiSpark/modelzoo/blob/master/samples/built-in/point/SuperPoint\"},\"insert\":\"SuperPoint\"},{\"attributes\":{\"background\":\"#ffffff\",\"size\":\"13px\",\"color\":\"#080808\"},\"insert\":\"。\"},{\"attributes\":{\"text-indent\":\"0px\"},\"insert\":\"\\n\\n\"}]}"
|
| 122 |
+
}
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"status": "released",
|
| 126 |
+
"currentHandler": "",
|
| 127 |
+
"currentHandlerName": "",
|
| 128 |
+
"jsonPath": "https://gitee.com/HiSpark/modelzoo-dev/blob/master/samples/built-in/point/SuperPoint/SuperPoint.json",
|
| 129 |
+
"modelAdaptor": [
|
| 130 |
+
{
|
| 131 |
+
"createdBy": null,
|
| 132 |
+
"creationDate": null,
|
| 133 |
+
"creationUserCN": null,
|
| 134 |
+
"lastUpdatedBy": null,
|
| 135 |
+
"lastUpdateDate": null,
|
| 136 |
+
"lastUpdateUserCN": null,
|
| 137 |
+
"rowIdx": -1,
|
| 138 |
+
"id": "i8ttm5k1tc00",
|
| 139 |
+
"name": "Hi3403V100 SVP_NNN",
|
| 140 |
+
"modelId": "j3n1o7csso00",
|
| 141 |
+
"modelName": "SuperPoint",
|
| 142 |
+
"supportNames": [
|
| 143 |
+
"A8W8"
|
| 144 |
+
],
|
| 145 |
+
"toolkit": [
|
| 146 |
+
{
|
| 147 |
+
"name": "CANN工具",
|
| 148 |
+
"url": "https://hispark-obs.obs.cn-east-3.myhuaweicloud.com/SVP_NNN_PC_V1.0.6.0.tgz",
|
| 149 |
+
"desc": "Al异构计算架构;提升计算效率的关键平台",
|
| 150 |
+
"imgId": "cann"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"name": "编译工具链",
|
| 154 |
+
"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",
|
| 155 |
+
"desc": "高效编译,精准适配;AI性能优化,应用流畅运行",
|
| 156 |
+
"imgId": "tool"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"name": "SDK",
|
| 160 |
+
"url": "https://gitee.com/HiSpark/ss928v100_clang/tree/Beta-v0.9.1/",
|
| 161 |
+
"desc": "稳定、易用的设计;支撑客户快速产品量产",
|
| 162 |
+
"imgId": "sdk"
|
| 163 |
+
}
|
| 164 |
+
],
|
| 165 |
+
"supportOs": [
|
| 166 |
+
"OpenHarmony",
|
| 167 |
+
"Linux"
|
| 168 |
+
],
|
| 169 |
+
"supportQuantify": [
|
| 170 |
+
{
|
| 171 |
+
"createdBy": 137441035408492,
|
| 172 |
+
"creationDate": "2026-03-16 21:11:02",
|
| 173 |
+
"creationUserCN": "0e900d99dee8461b8",
|
| 174 |
+
"lastUpdatedBy": 137441035408492,
|
| 175 |
+
"lastUpdateDate": "2026-03-16 21:11:02",
|
| 176 |
+
"lastUpdateUserCN": "0e900d99dee8461b8",
|
| 177 |
+
"rowIdx": -1,
|
| 178 |
+
"id": "j3n1o7ioso00",
|
| 179 |
+
"name": "A8W8",
|
| 180 |
+
"computingId": "i8ttm5k1tc00",
|
| 181 |
+
"computingName": "Hi3403V100 SVP_NNN",
|
| 182 |
+
"omOfflineModelUrl": null,
|
| 183 |
+
"omOfflineModelId": 1706936399691777,
|
| 184 |
+
"omOfflineModelSize": "1372242",
|
| 185 |
+
"omOfflineModelName": "superpoint_bs1.om",
|
| 186 |
+
"omOfflineModel": [
|
| 187 |
+
{
|
| 188 |
+
"id": "1706936399691777",
|
| 189 |
+
"name": "superpoint_bs1.om",
|
| 190 |
+
"url": null,
|
| 191 |
+
"size": "1372242"
|
| 192 |
+
}
|
| 193 |
+
],
|
| 194 |
+
"omOfflineModelLink": null,
|
| 195 |
+
"releaseTime": "2025-09-12",
|
| 196 |
+
"boardOs": "OpenHarmony",
|
| 197 |
+
"modelLicense": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/point/SuperPoint/LICENSE",
|
| 198 |
+
"modelPerformance": [
|
| 199 |
+
{
|
| 200 |
+
"performanceValue": "3.127",
|
| 201 |
+
"unit": "耗时(ms)",
|
| 202 |
+
"desc": ""
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"performanceValue": "319.8",
|
| 206 |
+
"unit": "性能(fps)",
|
| 207 |
+
"desc": ""
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"performanceValue": "5.679",
|
| 211 |
+
"unit": "单帧内存带宽(MB)",
|
| 212 |
+
"desc": ""
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"performanceValue": "8.027",
|
| 216 |
+
"unit": "内存(MB)",
|
| 217 |
+
"desc": ""
|
| 218 |
+
}
|
| 219 |
+
],
|
| 220 |
+
"deleted": 0
|
| 221 |
+
}
|
| 222 |
+
],
|
| 223 |
+
"deleted": 0
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"createdBy": null,
|
| 227 |
+
"creationDate": null,
|
| 228 |
+
"creationUserCN": null,
|
| 229 |
+
"lastUpdatedBy": null,
|
| 230 |
+
"lastUpdateDate": null,
|
| 231 |
+
"lastUpdateUserCN": null,
|
| 232 |
+
"rowIdx": -1,
|
| 233 |
+
"id": "i8ttm5k1tc01",
|
| 234 |
+
"name": "Hi3403V100 NNN",
|
| 235 |
+
"modelId": "j3n1o7csso00",
|
| 236 |
+
"modelName": "SuperPoint",
|
| 237 |
+
"supportNames": [
|
| 238 |
+
"FP16"
|
| 239 |
+
],
|
| 240 |
+
"toolkit": [
|
| 241 |
+
{
|
| 242 |
+
"name": "CANN工具",
|
| 243 |
+
"url": null,
|
| 244 |
+
"desc": "5.30.t11.7.b110; (请联系FAE获取)",
|
| 245 |
+
"imgId": "cann"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"name": "编译工具链",
|
| 249 |
+
"url": "",
|
| 250 |
+
"desc": "aarch64-mix210-linux-gcc;(请联系FAE获取)",
|
| 251 |
+
"imgId": "tool"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"name": "SDK",
|
| 255 |
+
"url": "",
|
| 256 |
+
"desc": "SS928 V100R001C02SPC022; (请联系FAE获取)",
|
| 257 |
+
"imgId": "sdk"
|
| 258 |
+
}
|
| 259 |
+
],
|
| 260 |
+
"supportOs": [
|
| 261 |
+
"Linux"
|
| 262 |
+
],
|
| 263 |
+
"supportQuantify": [
|
| 264 |
+
{
|
| 265 |
+
"createdBy": 137441035408492,
|
| 266 |
+
"creationDate": "2026-03-16 21:11:02",
|
| 267 |
+
"creationUserCN": "0e900d99dee8461b8",
|
| 268 |
+
"lastUpdatedBy": 137441035408492,
|
| 269 |
+
"lastUpdateDate": "2026-03-16 21:11:02",
|
| 270 |
+
"lastUpdateUserCN": "0e900d99dee8461b8",
|
| 271 |
+
"rowIdx": -1,
|
| 272 |
+
"id": "j3n1o7k4so00",
|
| 273 |
+
"name": "FP16",
|
| 274 |
+
"computingId": "i8ttm5k1tc01",
|
| 275 |
+
"computingName": "Hi3403V100 NNN",
|
| 276 |
+
"omOfflineModelUrl": null,
|
| 277 |
+
"omOfflineModelId": null,
|
| 278 |
+
"omOfflineModelSize": null,
|
| 279 |
+
"omOfflineModelName": null,
|
| 280 |
+
"omOfflineModel": [
|
| 281 |
+
{
|
| 282 |
+
"id": "1734306324152323",
|
| 283 |
+
"name": "superpoint_bs1.om",
|
| 284 |
+
"url": null,
|
| 285 |
+
"size": "2917579"
|
| 286 |
+
}
|
| 287 |
+
],
|
| 288 |
+
"omOfflineModelLink": "",
|
| 289 |
+
"releaseTime": "2026-03-16",
|
| 290 |
+
"boardOs": "Linux",
|
| 291 |
+
"modelLicense": "",
|
| 292 |
+
"modelPerformance": [
|
| 293 |
+
{
|
| 294 |
+
"performanceValue": "15.21",
|
| 295 |
+
"unit": "耗时(ms)",
|
| 296 |
+
"desc": ""
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"performanceValue": "65.76",
|
| 300 |
+
"unit": "性能(fps)",
|
| 301 |
+
"desc": ""
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"performanceValue": "80.735",
|
| 305 |
+
"unit": "单帧内存带宽(MB)",
|
| 306 |
+
"desc": ""
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"performanceValue": "66.686",
|
| 310 |
+
"unit": "内存(MB)",
|
| 311 |
+
"desc": ""
|
| 312 |
+
}
|
| 313 |
+
],
|
| 314 |
+
"deleted": 0
|
| 315 |
+
}
|
| 316 |
+
],
|
| 317 |
+
"deleted": 0
|
| 318 |
+
}
|
| 319 |
+
],
|
| 320 |
+
"saveType": null,
|
| 321 |
+
"deleteType": null,
|
| 322 |
+
"latest": "Y",
|
| 323 |
+
"deleted": 0,
|
| 324 |
+
"modelPhase": "released",
|
| 325 |
+
"remark": null,
|
| 326 |
+
"fileInfo": null,
|
| 327 |
+
"reviewType": null,
|
| 328 |
+
"owner": "0e900d99dee8461b8",
|
| 329 |
+
"ownerBy": 137441035408492,
|
| 330 |
+
"optional": null,
|
| 331 |
+
"optionalList": null,
|
| 332 |
+
"optionalBy": null,
|
| 333 |
+
"downloadNum": 17,
|
| 334 |
+
"collectNum": null,
|
| 335 |
+
"isCollect": null
|
| 336 |
+
}
|
| 337 |
+
}
|
superPointNet_170000_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8e8d141ac27e77282c99bf1d2517ecbe966fce364ea7430589ea8a816ee446
|
| 3 |
+
size 15692105
|
superpoint_bs1.om
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d3abdd0d3d9120020f22bfcc5e5083a69f767dde74aa45dcc3636b271348309
|
| 3 |
+
size 1372242
|
superpoint_bs1.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eaf698ff54119d5acfc4d2259efd4986953e17cce1cd3e253c9463f11e67f69
|
| 3 |
+
size 5276380
|
superpoint_bs1_om-A8W8.om
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d3abdd0d3d9120020f22bfcc5e5083a69f767dde74aa45dcc3636b271348309
|
| 3 |
+
size 1372242
|