Traceback (most recent call last):
File "C:/Users/Cwx/PycharmProjects/crowdcount-mcnn-master/train.py", line 95, in <module>
data_loader = ImageDataLoader(train_path, train_gt_path, shuffle=True, gt_downsample=True, pre_load=True)
File "C:\Users\Cwx\PycharmProjects\crowdcount-mcnn-master\src\data_loader.py", line 35, in __init__
img = cv2.resize(img,(wd_1,ht_1))
cv2.error: OpenCV(4.6.0) :-1: error: (-5:Bad argument) in function 'resize'
> Overload resolution failed:
> - Can't parse 'dsize'. Sequence item with index 0 has a wrong type
> - Can't parse 'dsize'. Sequence item with index 0 has a wrong type
