You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running inference.py, output is saved as .png images into logs folder. However it is unclear what is the original data.
It could be better if forward() method returned a tuple of both outs and batch
After running inference.py, output is saved as
.png
images intologs
folder. However it is unclear what is the original data.It could be better if
forward()
method returned a tuple of bothouts and batch
innofw/innofw/core/models/torch/lightning_modules/segmentation.py
Lines 64 to 68 in f0bfa99
So both original image and predict for it could be saved with
cv2.imwrite
at:innofw/innofw/core/datamodules/lightning_datamodules/segmentation_hdf5_dm.py
Lines 98 to 108 in f0bfa99
Originals could be saved with
original_
prefix in the same folder as preds.The text was updated successfully, but these errors were encountered: