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

batch renderer destructor #159

Open
nim65s opened this issue Apr 17, 2024 · 0 comments
Open

batch renderer destructor #159

nim65s opened this issue Apr 17, 2024 · 0 comments

Comments

@nim65s
Copy link
Collaborator

nim65s commented Apr 17, 2024

panda3d batch renderer needs to be deleted to stop its subprocesses:

but its destructor might not be called, and the scripts might hang forever, eg in cosypose run_inference_on_example, where the scope is never destroyed.

This can be quickly workaround by creating main() functions, but it should be refactored to avoid this kind of issues.

nim65s added a commit to nim65s/happypose that referenced this issue Apr 18, 2024
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