Open jtse606 opened 1 year ago
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.
This is solved with:
!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?