Changed size of saved images to 640x480
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -69,7 +69,7 @@ def save_ssd_train_images(images: Union[np.ndarray, Sequence[str]], labels: np.n
|
|||||||
image.save(f"{output_path}/"
|
image.save(f"{output_path}/"
|
||||||
f"{custom_string}train_image{str(i).zfill(nr_digits)}.png")
|
f"{custom_string}train_image{str(i).zfill(nr_digits)}.png")
|
||||||
|
|
||||||
figure = pyplot.figure(figsize=(20, 12))
|
figure = pyplot.figure(figsize=(6.4, 4.8))
|
||||||
pyplot.imshow(image)
|
pyplot.imshow(image)
|
||||||
|
|
||||||
current_axis = pyplot.gca()
|
current_axis = pyplot.gca()
|
||||||
|
|||||||
Reference in New Issue
Block a user