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

EfficientPose Training #36

Open
nishata24 opened this issue Nov 11, 2021 · 4 comments
Open

EfficientPose Training #36

nishata24 opened this issue Nov 11, 2021 · 4 comments

Comments

@nishata24
Copy link

Hi, I am a student and I want to use EfficientPose. I have been working on the 6th step of the installation process. Below is what I get after running the command: python setup.py build_ext --inplace.

(EfficientPose) user@Puget-225743:~/EfficientPose$ python setup.py build_ext --inplace
running build_ext

Also, when training phi = 0 EfficientPose model on object 8 of Linemod (driller) using COCO pretrained weights, I get nan values as shown in the screenshot below.
Screenshot from 2021-11-11 18-47-43

Do you know what might be going on and how I can solve this issue? Thank you.

@enesdoruk
Copy link

i experinced same thing. Firstly i used nvidia a100 graphic card and results is nan however when i use gtx1080, results is not nan and logical

@Strknvdie39
Copy link

Strknvdie39 commented Mar 25, 2022

Hi, I am a student and I want to use EfficientPose. I have been working on the 6th step of the installation process. Below is what I get after running the command: python setup.py build_ext --inplace.

(EfficientPose) user@Puget-225743:~/EfficientPose$ python setup.py build_ext --inplace running build_ext

Also, when training phi = 0 EfficientPose model on object 8 of Linemod (driller) using COCO pretrained weights, I get nan values as shown in the screenshot below. Screenshot from 2021-11-11 18-47-43

Do you know what might be going on and how I can solve this issue? Thank you.

I am a studentt oo
And can you tell me how to compile Cython modules using gcc on Ubuntu??? I got an error as image below
Thank you,
image

@julingers
Copy link

Hi, I am a student and I want to use EfficientPose. I have been working on the 6th step of the installation process. Below is what I get after running the command: python setup.py build_ext --inplace.

(EfficientPose) user@Puget-225743:~/EfficientPose$ python setup.py build_ext --inplace running build_ext

Also, when training phi = 0 EfficientPose model on object 8 of Linemod (driller) using COCO pretrained weights, I get nan values as shown in the screenshot below. Screenshot from 2021-11-11 18-47-43

Do you know what might be going on and how I can solve this issue? Thank you.

Did you solve the problem? I meet too and I used 3060 laptop GPU. It didn't work.

@tiny-ych-wolf
Copy link

Because 3060 can just support CUDA>11, however, the needed cuda version is 10.0.
So you may need to change your GPU.

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

5 participants