Nikolaos Kalampokas
Results
1
comments of
Nikolaos Kalampokas
Hello I am trying to augment imges and bounding boxes using the following code: ``` def bbs_obj_to_df(bbs_object): # convert BoundingBoxesOnImage object into array bbs_array = bbs_object.to_xyxy_array() # convert array into...