Glen
Results
1
comments of
Glen
In predict.py, add the dims of the image and set the dims parameter to dims. ``` dims = (img.shape[1], img.shape[0]) bboxes = utils.get_boxes(pred[0], cutoff=0.2, dims=dims) ```