-
Notifications
You must be signed in to change notification settings - Fork 6.2k
TypeError: expected str, bytes or os.PathLike object, not NoneType Aborted (core dumped) #917
Comments
|
Hello, Have you sovled this problem? I had the same one as you |
i using pip to install, and i can using labelImg |
|
pip install also works for me, thanks! |
|
pip install works |
|
I resolved this problem by changing line 1309 to "self.show_bounding_box_from_annotation_file(str(self.file_path))" to force it to a string. |
|
this works, thanks |
thanks a lot |
Thanks, this works!! |
Thanks, it works!!! |
|
|
The problem seems to occur after the application starts, hits the "open_dir" button to determine the image directory, and determines the save directory. This issue was added in commit 5bc7fb9 . As a countermeasure other than editing the code, it seems that the problem can be avoided by unchecking the "auto_save" checkbox. |
where does one have to change this line.... in which file? |
Thank you, It works 👍🏽 |
This really works! |
|
what after pip install ...? |
|
expected str, bytes or os.PathLike object, not NoneType |
I build labelImg from source in July18 - 2022
and i have a problem when i open folder contain xml annotation
But i install using pip , every seem OK
If you want more infomation, please let me know. Thank you
Here is console log.
The text was updated successfully, but these errors were encountered: