deeptig84
Results
2
issues of
deeptig84
Hi , I want to use this repo for instance segmentation task, Could you please let me know how can I achieve the same.
AssertionError: /ISTR/projects/ISTR/istr/util/box_ops.py in generalized_box_iou(boxes1, boxes2) 49 # degenerate boxes gives inf / nan results 50 # so do an early check ---> 51 assert (boxes1[:, 2:] >= boxes1[:, :2]).all() 52...