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

Bug Fixes to Prevent Application Crashes #154

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Conversation

kbaicai
Copy link
Contributor

@kbaicai kbaicai commented Dec 15, 2023

No description provided.

@kbaicai
Copy link
Contributor Author

kbaicai commented Dec 15, 2023

  • case: QThread object has no attribute 'q'

  • case:
    File "views/labeling/label_widget.py", line 3703, in finish_auto_labeling_object
    UnboundLocalError: local variable 'difficult' referenced before assignment

@CVHub520 CVHub520 merged commit f7b4428 into CVHub520:main Dec 15, 2023
@CVHub520
Copy link
Owner

Hi @kbaicai,

Thank you so much for your contribution! Your pull request has been merged. I noticed you fixed some bugs that were causing application crashes, especially the issue with the missing 'q' attribute in the QThread object and the UnboundLocalError in the finish_auto_labeling_object function. This is tremendously helpful, and I appreciate your effort and time invested!

If you have any other suggestions or would like to continue contributing, please feel free to do so. Thanks again for your support!

Best regards,
CVHub

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

Successfully merging this pull request may close these issues.

2 participants