Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
Sign in
Sign up
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
56
Star
561
Fork
1.4K
Ascend
/
ModelZoo-PyTorch
Code
Issues
377
Pull Requests
199
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
运行SuperGlue_with_SuperPoint_for_Pytorch例子时报错
TODO
#IBXWIT
Requirement
芽孢
Opened this issue
2025-04-01 14:12
你好,我在运行SuperGlue_with_SuperPoint_for_Pytorch例子时报错,请问是什么原因呢,整个流程都按照readme来进行 edge@edge-pc:~/open_source/SuperGluePretrainedNetwork$ python3 infer.py --superpoint_path superpoint.om --superglue_path superglue.om --input_dir /media/edge/Material/OANet/yfcc100m --input_pairs assets/yfcc_test_pairs_with_gt_small.txt --resize 1600 1200 Preprocess image pairs: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 35.38it/s] Inference of SuperPoint: [INFO] acl init success [INFO] open device 0 success [INFO] create new context [INFO] load model superpoint.om success [INFO] create model description success 0%| | 0/10 [00:00<?, ?it/s][ACL ERROR] EE9999: Inner Error! pool is nullptr or id less than zero, now id=-1.[FUNC:GetItemById][FILE:pool.cc][LINE:251] EE9999 load args failed, retCode=0x711000e.[FUNC:Load][FILE:arg_loader.cc][LINE:317] TraceBack (most recent call last): Failed to load args and l2ctrl, stream_id=4, retCode=0x711000e.[FUNC:LaunchKernel][FILE:context.cc][LINE:710] rtKernelLaunchWithFlagV2 execute failed, reason=[alloc memory error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] Call rtKernelLaunchWithFlagV2(handle, *block_dim, args->GetBase(), nullptr, stream, 0U, cfg) fail, ret: 0x32899[FUNC:AtomicAiCoreLaunchKernelWithFlag][FILE:ai_core_launch_kernel.cc][LINE:450] [Exec][Model]Execute model failed, ge result[207001], modelId[2147483648][FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] [Exec][Model]modelId[2147483648] execute failed, result[207001][FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] [ERROR] execute model failed, modelId is 2147483648 [ERROR] acl execute failed:1 [ERROR] execute Infer failed ret:-1 0%| | 0/10 [00:00<?, ?it/s] Traceback (most recent call last): File "infer.py", line 205, in <module> features0 = infer_dymShape( File "infer.py", line 182, in infer_dymShape outputs = session.infer(input_data, mode='dymshape', custom_sizes=outputSizes) File "/home/edge/.local/lib/python3.8/site-packages/ais_bench/infer/interface.py", line 247, in infer return self.run(inputs, out_array) File "/home/edge/.local/lib/python3.8/site-packages/ais_bench/infer/interface.py", line 184, in run outputs = self.session.run(self.outputs_names, inputs) RuntimeError: [-1][ACL: general failure] [INFO] unload model success, model Id is 2147483648 [INFO] end to reset device 0 [INFO] end to finalize acl
你好,我在运行SuperGlue_with_SuperPoint_for_Pytorch例子时报错,请问是什么原因呢,整个流程都按照readme来进行 edge@edge-pc:~/open_source/SuperGluePretrainedNetwork$ python3 infer.py --superpoint_path superpoint.om --superglue_path superglue.om --input_dir /media/edge/Material/OANet/yfcc100m --input_pairs assets/yfcc_test_pairs_with_gt_small.txt --resize 1600 1200 Preprocess image pairs: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 35.38it/s] Inference of SuperPoint: [INFO] acl init success [INFO] open device 0 success [INFO] create new context [INFO] load model superpoint.om success [INFO] create model description success 0%| | 0/10 [00:00<?, ?it/s][ACL ERROR] EE9999: Inner Error! pool is nullptr or id less than zero, now id=-1.[FUNC:GetItemById][FILE:pool.cc][LINE:251] EE9999 load args failed, retCode=0x711000e.[FUNC:Load][FILE:arg_loader.cc][LINE:317] TraceBack (most recent call last): Failed to load args and l2ctrl, stream_id=4, retCode=0x711000e.[FUNC:LaunchKernel][FILE:context.cc][LINE:710] rtKernelLaunchWithFlagV2 execute failed, reason=[alloc memory error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] Call rtKernelLaunchWithFlagV2(handle, *block_dim, args->GetBase(), nullptr, stream, 0U, cfg) fail, ret: 0x32899[FUNC:AtomicAiCoreLaunchKernelWithFlag][FILE:ai_core_launch_kernel.cc][LINE:450] [Exec][Model]Execute model failed, ge result[207001], modelId[2147483648][FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] [Exec][Model]modelId[2147483648] execute failed, result[207001][FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] [ERROR] execute model failed, modelId is 2147483648 [ERROR] acl execute failed:1 [ERROR] execute Infer failed ret:-1 0%| | 0/10 [00:00<?, ?it/s] Traceback (most recent call last): File "infer.py", line 205, in <module> features0 = infer_dymShape( File "infer.py", line 182, in infer_dymShape outputs = session.infer(input_data, mode='dymshape', custom_sizes=outputSizes) File "/home/edge/.local/lib/python3.8/site-packages/ais_bench/infer/interface.py", line 247, in infer return self.run(inputs, out_array) File "/home/edge/.local/lib/python3.8/site-packages/ais_bench/infer/interface.py", line 184, in run outputs = self.session.run(self.outputs_names, inputs) RuntimeError: [-1][ACL: general failure] [INFO] unload model success, model Id is 2147483648 [INFO] end to reset device 0 [INFO] end to finalize acl
Comments (
2
)
Sign in
to comment
Status
TODO
TODO
WIP
DONE
CLOSED
REJECTED
Assignees
Not set
Labels
Not set
Projects
Unprojected
Unprojected
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
No related branch
master
ci-pipeline
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(1)
Python
1
https://gitee.com/ascend/ModelZoo-PyTorch.git
git@gitee.com:ascend/ModelZoo-PyTorch.git
ascend
ModelZoo-PyTorch
ModelZoo-PyTorch
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register