moves output image to correct folder

This commit is contained in:
franksim
2025-11-07 13:54:38 +01:00
parent 9256d910c2
commit bf7da1653e
3 changed files with 1 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ def calculate_label_grid_for_image(
for idx in np.ndindex(anchor_grid.shape[:-1]) for idx in np.ndindex(anchor_grid.shape[:-1])
if label_grid[idx] if label_grid[idx]
] ]
draw_annotation_rects(image, annotations, output_path="output2.jpg") draw_annotation_rects(image, annotations, output_path="mmp/a4/output.jpg")
def draw_annotation_rects( def draw_annotation_rects(

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB