Closed MJITG closed 2 years ago
My environment is set as listed in README.md
How did you solve this problem
@MJITG 同学,跑这个代码遇到点问题,能不能加个联系方式请教下,谢谢了。我微信c937688576
How did you solve this problem
@Hahaemmm Sorry for late response. I just switched to another machine and all worked fine.
@MJITG 同学,跑这个代码遇到点问题,能不能加个联系方式请教下,谢谢了。我微信c937688576
关于上面这个问题,我也只是换了一台机器就解决了。。。很玄学
好的,我已解决,谢谢!
---Original--- From: "MJITG"<notifications@github.com> Date: Fri, Dec 18, 2020 19:51 PM To: "haofeixu/aanet"<aanet@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"shicuiweia"<937688576@qq.com>; Subject: Re: [haofeixu/aanet] Failed to import deform_conv_cuda (#32)
@MJITG 同学,跑这个代码遇到点问题,能不能加个联系方式请教下,谢谢了。我微信c937688576
关于上面这个问题,我也只是换了一台机器就解决了。。。很玄学
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
好的,我已解决,谢谢! … ---Original--- From: "MJITG"<notifications@github.com> Date: Fri, Dec 18, 2020 19:51 PM To: "haofeixu/aanet"<aanet@noreply.github.com>; Cc: "Comment"<comment@noreply.github.com>;"shicuiweia"<937688576@qq.com>; Subject: Re: [haofeixu/aanet] Failed to import deform_conv_cuda (#32) @MJITG 同学,跑这个代码遇到点问题,能不能加个联系方式请教下,谢谢了。我微信c937688576 关于上面这个问题,我也只是换了一台机器就解决了。。。很玄学 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
你好,你是怎么解决的呢
hi. I still have this error while running
Traceback (most recent call last): File "inference.py", line 11, in <module> import nets File "D:\aanet\nets\__init__.py", line 1, in <module> from .aanet import AANet File "D:\aanet\nets\aanet.py", line 4, in <module> from nets.feature import (StereoNetFeature, PSMNetFeature, GANetFeature, GCNetFeature, File "D:\aanet\nets\feature.py", line 5, in <module> from nets.deform import DeformConv2d File "D:\aanet\nets\deform.py", line 3, in <module> from nets.deform_conv import DeformConv, ModulatedDeformConv File "D:\aanet\nets\deform_conv\__init__.py", line 1, in <module> from .deform_conv import (DeformConv, DeformConvPack, ModulatedDeformConv, File "D:\aanet\nets\deform_conv\deform_conv.py", line 9, in <module> from . import deform_conv_cuda ImportError: cannot import name 'deform_conv_cuda' from 'nets.deform_conv' (D:\aanet\nets\deform_conv\_ _init__.py)
@foruhari 你遇到的这个错误解决了吗
@foruhari 你遇到的这个错误解决了吗
hello, unfortunately not yet, could you please help me?
不好意思,我也没有解决
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月15日(星期天) 中午11:49 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [haofeixu/aanet] Failed to import deform_conv_cuda (#32)
@foruhari 你遇到的这个错误解决了吗
hello, unfortunately not yet, could you please help me?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Perhaps you forgot to run:
cd nets/deform_conv && bash build.sh
Thank you! I'll go back and check it. I haven't done AANet for a long time. I'm doing GANs recently.
------------------ 原始邮件 ------------------ 发件人: "haofeixu/aanet" @.>; 发送时间: 2021年9月8日(星期三) 晚上8:21 @.>; @.**@.>; 主题: Re: [haofeixu/aanet] Failed to import deform_conv_cuda (#32)
Perhaps you forgot to run: cd nets/deform_conv && bash build.sh
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
请问有人遇到过这个问题么?我用colab跑的.... error in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device
Hi all, sorry for the late response.
If this issue is still relavant to you, I would suggest to try our new GMStereo model: https://haofeixu.github.io/unimatch/ & https://github.com/autonomousvision/unimatch. No CUDA op is required. A Colab demo is also provided to try our model in your browser. Hope it helps, thanks.
Thank you for your attention to this issue, I will try your team's new model, may your team get better and better
---Original--- From: "Haofei @.> Date: Sun, Nov 13, 2022 12:08 PM To: @.>; Cc: @.**@.>; Subject: Re: [haofeixu/aanet] Failed to import deform_conv_cuda (#32)
Hi all, sorry for the late response.
If this issue is still relavant to you, I would suggest to try our new GMStereo model: https://haofeixu.github.io/unimatch/ & https://github.com/autonomousvision/unimatch. No CUDA op is required. A Colab demo is also provided to try our model in your browser. Hope it helps, thanks.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hi, @U @haofeixu , I meet the following trouble when I run your model.
The building of your deform conv is finished, during which I have the following output: