pycococreator icon indicating copy to clipboard operation
pycococreator copied to clipboard

Preparing Custom Dataset - "NameError: name 'fnmatch' is not defined"

Open anmspro opened this issue 5 years ago • 0 comments

I have a dataset folder which contains two folders named images, annotations(../train/images, annotations). Each of these folders contains images. For example:

In images:

In annotations:

I have seen this blog. I modified the code and tried to run in colab for generating dataset. Then I got this error: NameError: name 'fnmatch' is not defined

How can I solve the issue? Can anyone guide me through the procedure for creating a dataset to apply mask rcnn? @waspinator @hannarud

anmspro avatar Jun 30 '20 16:06 anmspro