jasonjin1

Results 4 comments of jasonjin1

Hi, thank you. I had another question regarding showing each annotation's mask. For example when I try to use the scan code for annotation 7 of patient 0078: `patient_id =...

Thank you again. I've been working with the cluster_annotations and wondered if there was any way to pull the mask images individually. After using the cluster function, it returns the...

Hi, I believe that is what I'm looking for, thank you. I'm sorry I'm still confused about how to use the cluser_annotations()[i][j] to pull up the mask picture. Using `mask...

Hi, I'm sorry, I still can't seem to get the code correct. I'm currently running it like so `scan = pl.query(pl.Scan).filter(pl.Scan.patient_id == 'LIDC-IDRI-0078').first()` `vol = scan.to_volume()` `nods = scan.cluster_annotations()` `scan.cluster_annotations()[0][2].boolean_mask()`...