Skip to content

brainchop-v1.2.0

Compare
Choose a tag to compare
@Mmasoud1 Mmasoud1 released this 19 Jul 23:30
· 371 commits to master since this release

Features:

  • Add 50 segmentation model to segment MRI cortical regions. Each cortical structure region is marked with a unique color/label compatible with FreeSurfer (8375a08).
  • Add 104 segmentation model to segment MRI cortical and sub-cortical structures. Each structure region is marked with a unique color/label compatible with FreeSurfer (5c0e388).
  • Add MRI tissue cropping pipeline to speedup the inference and lowering the memory use (8375a08).
  • Add new Buffer class supports 'uint8'|'int8'|'uint16'|'int16'| 'float16' to minimize memory overhead (7ce947b) and (5c0e388).
  • Fix memory leak (3f379ea).