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

Panda3d slow on some GPUs #168

Open
MedericFourmy opened this issue May 13, 2024 · 0 comments
Open

Panda3d slow on some GPUs #168

MedericFourmy opened this issue May 13, 2024 · 0 comments

Comments

@MedericFourmy
Copy link
Collaborator

Panda3d scene renderer settings activate by default anti-aliasing which leads to a significant performance drop on some Nvidia GPUs. While megapose was trained on the antialiased renders, deactivating this feature drops the AR on bop benchmarks by only a few percents while reprensenting an important FPS boost.

To deactivate anti-aliasing, comment these 2 lines :

"framebuffer-multisample 1\n"
"multisamples 4\n"

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

1 participant