kaylode / ivos

Mask Propagation and Active Learning in Medical CT Image Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process CT properly

kaylode opened this issue · comments

  • While training, use intermediate slice (which must have all classes) to be the guiding frame.
  • Try cropping out black values from tensors
  • Look for more preprocessing, postprocesing functions from nnUnet which can be adapted with ease
  • Instead of batchifying 3 frames from different volumes, is sampling batches within a volume better?