UnitBox_TF
UnitBox_TF copied to clipboard
how to create dataset for this repository ? can anyone help
` when i tried loading train.pkl file using pickle.load("train.pkl","r") i got following error `TypeError: a bytes-like object is required, not 'str'
I have reproduced the IOUloss by pytorch in mmdetection and replace the smmothl1 by it. However I got NaN. the code is below: def IOULoss(pred, target,weight, avg_factor=None): """ :param pred:...
the code is as follows: for bbox in bboxes: bbox = np.array(bbox) * ratio x1, y1, w, h = int(bbox[0]), int(bbox[1]), int(bbox[2]), int(bbox[3]) x1 = np.maximum(x1, 0) y1 = np.maximum(y1,...
Hi, It is thankful to release the code of the UnitBox. Would you publish the trained weight about this method? Thanks Best Regards