-
Notifications
You must be signed in to change notification settings - Fork 231
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
AttributeError: 'module' object has no attribute 'img_b64_to_array' #9
Comments
Have you solved this problem? I have the same problem. Thanks. |
Hi, My OS is Ubuntu 16.04 and I try to install labelme with Python2 and the error was fixed: sudo apt-get install python-pyqt5 # PyQt5 Hope this will help you |
On the code, it uses
So you need change |
Thanks for your help! |
thx~ it's really helpful |
@SiDinhThoi I have you same issue, I tried to code on Windows 11, and on Ubuntu, I got the same issue. Can you please help me with how did you solve the issue? |
When I run python labelme2COCO.py, I have a following bug:
Traceback (most recent call last):
File "labelme2COCO.py", line 144, in
labelme2coco(labelme_json,'new.json')
File "labelme2COCO.py", line 31, in init
self.save_json()
File "labelme2COCO.py", line 136, in save_json
self.data_transfer()
File "labelme2COCO.py", line 37, in data_transfer
self.images.append(self.image(data,num))
File "labelme2COCO.py", line 49, in image
img = utils.img_b64_to_array(data['imageData'])
I don't know how to fix this error, help me
The text was updated successfully, but these errors were encountered: