You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
nim65s
added a commit
to nim65s/happypose
that referenced
this issue
Apr 18, 2024
panda3d batch renderer needs to be deleted to stop its subprocesses:
happypose/happypose/toolbox/renderer/panda3d_batch_renderer.py
Line 347 in 6f06ad7
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.The text was updated successfully, but these errors were encountered: