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

The mesh is not rendered #11

Closed
marcin-dzieszko opened this issue Mar 28, 2022 · 13 comments
Closed

The mesh is not rendered #11

marcin-dzieszko opened this issue Mar 28, 2022 · 13 comments
Assignees
Labels
question Further information is requested

Comments

@marcin-dzieszko
Copy link

Hi,

thank you for this project :-)

I'm new to Unity ...

I had a problem ... the camera view is shown (Main object ) but only this one ... no other objects (Face, Left Eye & Right Eye) are rendered ... also the meshes are not rendered at all ... so only the camera view is visible ...

the method Visualizer::OnRenderObject is called and the calculations there looks fine (I debugged them) ... so not sure what is the problem ....

Im using 2021.1.3f1 ...

Could you please give some tips what should I check?

Thanks in advance,
Best Regards,
MD

@keijiro keijiro self-assigned this Mar 29, 2022
@keijiro keijiro added the question Further information is requested label Mar 29, 2022
@keijiro
Copy link
Owner

keijiro commented Mar 29, 2022

  • Which platform are you using? (Mac or Windows?)
  • OS version
  • GPU

@marcin-dzieszko
Copy link
Author

Windows 10 Pro x64
OS compilation: 19042.1586
GPU: Intel UHD Graphics 620

@keijiro
Copy link
Owner

keijiro commented Mar 29, 2022

Intel UHD Graphics 620 sounds like a bit too old, but it should still work.

How about other simpler Barracuda samples? Like MNIST? https://github.com/keijiro/MnistBarracudaGpu

@marcin-dzieszko
Copy link
Author

I launched this project and I can see the following:

image

@marcin-dzieszko
Copy link
Author

Is it fine?

@keijiro
Copy link
Owner

keijiro commented Mar 29, 2022

Yes, fine. It looks working correctly.

How about more complex sample? Like BlazeFace? https://github.com/keijiro/BlazeFaceBarracuda

@marcin-dzieszko
Copy link
Author

Looks this one did not recognize the faces ... so maybe this is indeed my GPU issue ... what do you think?

Im looking for desktop with better GPU ...

image

@keijiro
Copy link
Owner

keijiro commented Mar 29, 2022

BlazeFace is relatively light neural network model, so it should run on every GPU.

I guess there is something wrong with your GPU. I'd recommend updating the graphics driver if available.

@marcin-dzieszko
Copy link
Author

Looks I have the leatest one.
Thank you for your support - I will try to launch it on PC with better GPU ... and let you know what will be the result

@marcin-dzieszko
Copy link
Author

I will borrow cp with nvidia k4000 - I think this should be good enough :-)

@marcin-dzieszko
Copy link
Author

marcin-dzieszko commented Mar 30, 2022

After using nvidia k4000 it started working fine,
thank you for your help 👍

@keijiro keijiro closed this as completed Mar 31, 2022
@keijiro
Copy link
Owner

keijiro commented Mar 31, 2022

Although I think it could run even on integrated Intel GPUs, upgrading your GPU is the most straightforward solution for the problem.

@marcin-dzieszko
Copy link
Author

I checked - I have the newest drivers on my GPU - at this moment I don't know what I could do to make run on the GPU ...

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

No branches or pull requests

2 participants