Преглед на файлове

remove unnecessary comments

quarrying преди 3 години
родител
ревизия
74970cb0d9
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      khandy/boxes/boxes_transform_translate.py

+ 0 - 4
khandy/boxes/boxes_transform_translate.py

@@ -93,8 +93,6 @@ def inflate_boxes_to_square(boxes, copy=True):
     """Inflate boxes to square
     Args:
         boxes: (N, 4+K)
-        width_delta: array-like whose shape is (), (1,), (N,), (1, 1) or (N, 1)
-        height_delta: array-like whose shape is (), (1,), (N,), (1, 1) or (N, 1)
         copy: bool
     """
     boxes = np.array(boxes, dtype=np.float32, copy=copy)
@@ -118,8 +116,6 @@ def deflate_boxes_to_square(boxes, copy=True):
     """Deflate boxes to square
     Args:
         boxes: (N, 4+K)
-        width_delta: array-like whose shape is (), (1,), (N,), (1, 1) or (N, 1)
-        height_delta: array-like whose shape is (), (1,), (N,), (1, 1) or (N, 1)
         copy: bool
     """
     boxes = np.array(boxes, dtype=np.float32, copy=copy)