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

KeyError #33

Open
Lick-Lee opened this issue Jul 21, 2020 · 0 comments
Open

KeyError #33

Lick-Lee opened this issue Jul 21, 2020 · 0 comments

Comments

@Lick-Lee
Copy link

Hello, @martinruenz. Have you met this problem?
When I ran MaskFusion with two GPUs, there had this problem.
First, it will stop before the end.(This data is in the bottom-left of the GUI )

Log 723/755

Second, when I closed the GUI, in the terminal, there had this error.

Exception ignored in: <module 'threading' from '/usr/lib/python3.5/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 1290, in _shutdown
_main_thread._delete()
File "/usr/lib/python3.5/threading.py", line 1013, in _delete
del _active[get_ident()]
KeyError: 140619725679744
terminate called without an active exception
已放弃 (核心已转储)

I think maybe the thread of MaskRCNN is still running, so the thread of MaskRCNN can't be closed. But I have no idea to solve it.
What should I do to solve this problem?
Thank you!

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