fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
981bcc71ea
commit
04df220737
|
|
@ -202,7 +202,7 @@ def save_coco_annotations(
|
|||
image_id, annotation_id = 1, 1
|
||||
for image_path, image in images.items():
|
||||
image_height, image_width, _ = image.shape
|
||||
image_name =f"{Path(image_path).stem}{Path(image_path).suffix}"
|
||||
image_name = f"{Path(image_path).stem}{Path(image_path).suffix}"
|
||||
coco_image = {
|
||||
"id": image_id,
|
||||
"license": 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue