3D Rendreing web app on Orin AGX

Hi,
In order to test the compatibility of Orin to run our sw, we are trying to run a 3D rendering web app (rendering a 3D lungs model) using three.js on jetson orin agx model p3730, ubuntu 22.04 and latest jetpack,
We encountered very low fps results, I’m guessing that it is related to the face webgl and webgpu are not enabled on chrome using this hardware,

  1. Is it possible to enable that functionality using Orin?
  2. Is there any work around I can do to run this kind of software ?

Kind regards,
Kfir

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

1 Like

Hi,
Thank you so much for the quick reply,
Unfortunately I tried those suggestions but didn’t get the required results,
I’m using the ‘Jetson Power Gui’ to minutor the GPU usage during the loading phase of the page and I can see that no usage is recorded opposing the cpus that are working as hard as they get…
Is there a way to transfer the loading (rendering the model) to the GPU?

Kind regards,
Kfir

Hi,
Please try this version and see if it works:
Orin AGX Chromium Hardware Accelerated - #6 by DaneLLL

That did the job!
Thank you

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.