without segmentation path
ankitdata opened this issue · 1 comments
ankitdata commented
hi,
How i can run the model without segmentation path and segmentation folder inside sample_data
I have cropped images and i want visualization only.
Is it possible ?
seyiqi commented
Yes. You can do so by replacing the benign_seg and malignant_seg in this line: https://github.com/nyukat/GMIC/blob/master/src/scripts/run_model.py#L191
with zero matrices that are exactly the same shapes with your input images.