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

Low framerate / libraries not loading on Linux #75

Open
F4ceMeltor opened this issue Mar 21, 2024 · 1 comment
Open

Low framerate / libraries not loading on Linux #75

F4ceMeltor opened this issue Mar 21, 2024 · 1 comment

Comments

@F4ceMeltor
Copy link

I use an RTX 3060 and I am consistently dropping below 15 frames in pose FPS and usually less than 25 in face FPS using the default model.

I tried to figure out why that is and managed to launch the electron app through the terminal and received these outputs.

image

I am not experienced in Electron development, but if I get it right, this means that the correct driver library packages are not inside the project, yes? Because I have those libraries in my usr directory and they are freely readable and my drivers are up to date.

@ButzYung
Copy link
Owner

The electron version used by XR Animator is basically the official build from electron repo, so all the drivers and stuff should have been included. Instead of checking the terminal output, you can check the DevTools from XR Animator and see what the app actually sees.

Click the tray menu (usually located on the top or lower right of the OS taskbar thingy, depending on what version of Linux you use), choose DevTools, and check the Console tab.

You may also check the GPU console and and GPU info used by the app. To access it, click Settings in tray menu, Mode tab, and then "GPU check".

You may also want to check out the web app version of XR Animator on Chrome, and see if there is any difference in fps and performance.
https://sao.animetheme.com/XR_Animator.html

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

2 participants