Closed sudohainguyen closed 2 years ago
HI , what is the custom dataset format ?
and i had dataset like .csv format and is like in the form of """" FILENAME , XMIN , YMIN , XMAX , YMIN , CLASS . is it work for this format ??
kindly help me !!
Thanking you !!
AttributeError: 'CustomDataset' object has no attribute 'evaluate_detections' please help me to solve this error
In this PR, I created CustomDataset class which makes our source code now is able to train on custom data with csv files. I also include CSV examples. Moreover, I fixed some bugs from resnet backbone.