moves output image to correct folder
This commit is contained in:
@@ -60,7 +60,7 @@ def calculate_label_grid_for_image(
|
||||
for idx in np.ndindex(anchor_grid.shape[:-1])
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user