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

RGB_FILLED failed but depth successed #129

Open
rainprob opened this issue Jul 15, 2021 · 13 comments
Open

RGB_FILLED failed but depth successed #129

rainprob opened this issue Jul 15, 2021 · 13 comments

Comments

@rainprob
Copy link

fail

@rainprob
Copy link
Author

I tried RGB_PREFILLED, NORMAL, and SEMENTICS.
RGB_PREFILLED can display the correct content but it still has some wrong pixels, the results of NORMAL and SEMENTICS are both black. _
fail1

@rainprob
Copy link
Author

I tried all solutions in issues, such as checking the version of torchvision and torch, kill depth_render process, and others. But these all don't work.

@Berk035
Copy link

Berk035 commented Jul 27, 2021

Hello @rainprob ,

I recommend to reinstall the GibsonEnv clearly. You can try to install docker version instead of building source. Have a nice day.

@fxia22
Copy link
Collaborator

fxia22 commented Jul 28, 2021

@rainprob I observe similar issues when the gibson/core/render/render_cuda_f.so is not correctly compiled with nvcc. Can you check your nvcc --version is the same as nvidia-smi version?

@rainprob
Copy link
Author

@fxia22
You are right. My nvcc --version is 11.0, however nvidia-smi version is 11.2. So, how can I solve that? Make them both versions same?

@rainprob
Copy link
Author

@Berk035
Thanks for your reply.

@rainprob
Copy link
Author

@fxia22
You are right. My nvcc --version is 11.0, however nvidia-smi version is 11.2. So, how can I solve that? Make them both versions same?

In gibson docker container, nvcc --version is 9.0 and nvdia-smi version is 11.2.

@fxia22
Copy link
Collaborator

fxia22 commented Jul 29, 2021

It seems that you have multiple versions of cuda installed in /usr/local, you can expose the version used in nvidia-smi by soft linking cuda to it. For example:
image

image

@rainprob
Copy link
Author

@fxia22
I tried to download cuda11.2 for runtime that has the same version as cuda driver version. But the results shown in web_ui is still the same.
11

@fxia22
Copy link
Collaborator

fxia22 commented Jul 30, 2021

@rainprob did you build the code again? You would need to run ./build.sh build_local in GibsonEnv folder.

@rainprob
Copy link
Author

rainprob commented Aug 3, 2021

@fxia22 yes, but the buiding result shows some warnings. I am not sure if the warnings mean building failure and will lead a wrong camera output.

@rainprob
Copy link
Author

rainprob commented Aug 3, 2021

@fxia22
001

@lhy0807
Copy link

lhy0807 commented Apr 26, 2023

same here

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

4 participants