Closed HymEric closed 5 years ago
How to save image as .bmp or other format instead of .png in inferring stage?
Hmmm..., PNG is hardcoded for now, you can modify Callbacks.py: func _save_model_predicted_images
Callbacks.py
_save_model_predicted_images
Thank you.
While PNG is lossless compression, it saves disk usage (a little) than bitmap
How to save image as .bmp or other format instead of .png in inferring stage?