Unable to transform bounding Boxes using opencv in python

后端 未结 0 1311
野趣味
野趣味 2021-01-13 02:11

I am trying to resize bounding boxes of MS COCO dataset. Ive attached an example

bounding_boxes = train_label[:, :4]
class_ids = train_label[:, 4:5]
print(\'I         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题