Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import 'roi_align_cuda' from partially initialized module 'alphapose.utils.roi_align' (most likely due to a circular import) #1061

Open
marcocst opened this issue Jul 30, 2022 · 11 comments

Comments

@marcocst
Copy link

Look forward to your reply!

@Fang-Haoshu
Copy link
Member

Hi, what command are you running?

@halodigi
Copy link

halodigi commented Sep 9, 2022

I experienced same error when running this program on Ubuntu20.04,but the same program runs fine on Windows.

@AntoineVandame
Copy link

Hi, when running demo_inference.py, I get the same problem (ImportError: cannot import name 'roi_align_cuda' from 'alphapose.utils.roi_align'). I don't know if it is a problem from the installation of cuda or something else. Anyone have an idea please ?

@nistring
Copy link

I comfronted the same problem, and I managed to solve this abiding by the requirement: pytorch > 1.11.0.
Why don't you try this one.
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch

@loganHollett
Copy link

I install with pip and no cuda, when I run demo_inference at mac then I got this problem, Does anyone have any suggestions?

@ZifengLiu98
Copy link

I comfronted the same problem, and I managed to solve this abiding by the requirement: pytorch > 1.11.0. Why don't you try this one. conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch

I have tried this but it still doesn't work for me.

@ZifengLiu98
Copy link

I install with pip and no cuda, when I run demo_inference at mac then I got this problem, Does anyone have any suggestions?

Hi, 你解决这个问题了嘛?可以交流一下嘛?I tried both pip and conda, I haven't solve it yet.

@nistring
Copy link

nistring commented Apr 1, 2023

I comfronted the same problem, and I managed to solve this abiding by the requirement: pytorch > 1.11.0. Why don't you try this one. conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch

I have tried this but it still doesn't work for me.

What was the python version? Have you tried with python==3.7 or 3.8?

@loganHollett
Copy link

I install with pip and no cuda, when I run demo_inference at mac then I got this problem, Does anyone have any suggestions?

Hi, 你解决这个问题了嘛?可以交流一下嘛?I tried both pip and conda, I haven't solve it yet.

I solve it with import *, maby you can try this, or use python3.7

@ZifengLiu98
Copy link

I install with pip and no cuda, when I run demo_inference at mac then I got this problem, Does anyone have any suggestions?

Hi, 你解决这个问题了嘛?可以交流一下嘛?I tried both pip and conda, I haven't solve it yet.

I solve it with import *, maby you can try this, or use python3.7

thank u. I have tried with import * and it didn't work out. Could you please tell me your cuda version and torch version with python 3.7 ?

@ZifengLiu98
Copy link

I have tried python 3.7.16 with torch 0.10.1 and it did not work for me. Could you please tell me your cuda version and torch version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants