I have tried to implement the faster RCNN but I m facing i problem while running train_frcnn.py where the given error is as follows-
"
Traceback (most recent call last):
File “train_frcnn.py”, line 84, in
train_imgs, classes_count, class_mapping = get_data(options.train_path, ‘trainval’)
TypeError: get_data() takes 1 positional argument but 2 were given"
Can you plz tell me how to resolve this problem