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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: