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
When I run this code the conversion of Labelme annotations to COCO format seems to work fine, but then load_dataset throws the following error: PermissionError: [Errno 13] Permission denied:
I can't seem to figure out how to fix this even when looking at the underlying code - the one thing I think my be related is the fact that the above code creates a folder called "train.json" that has a JSON file inside it called "dataset.json." Does anyone have an idea on what to do here?
The text was updated successfully, but these errors were encountered:
I also encountered the same problem according to the documentation it should create the file but it is making the folder so it might be Pixellib library is not updated with its latest version of the dependencies library.
On Google Collab (or other service) you need to make sure to restart your runtime. Delete folder train.json which has dataset.json in it. It is error with labelcoco.
Run this - downgrading: !pip install pixellib==0.5.2 !pip install labelme2coco==0.1.0
So I recently started trying to use the custom segmentation feature of Pixellib. I attempted to use the code to visualize a sample image:
When I run this code the conversion of Labelme annotations to COCO format seems to work fine, but then load_dataset throws the following error: PermissionError: [Errno 13] Permission denied:
I can't seem to figure out how to fix this even when looking at the underlying code - the one thing I think my be related is the fact that the above code creates a folder called "train.json" that has a JSON file inside it called "dataset.json." Does anyone have an idea on what to do here?
The text was updated successfully, but these errors were encountered: