livermask / livermask

Commit History

Moved chainer imports inside functions [no ci]
6faad95

andreped commited on

Attempt to copy model inside /code container
6209ec6

andreped commited on

Enabled to disable multiprocessing for inference + disabled mp for app
0676668

andreped commited on

Disable GPU for app + moved CPU disable logic to inside run_analysis method
4d5e2b0

andreped commited on

Download models in Dockerfile + revert request changes
ec64097

andreped commited on

Test requests Session trust_env=False
7fc16e4

andreped commited on

Added support for accessing livermask as python package [no ci]
9435739

andreped commited on

fixed argparse to support shortcuts
331dce4

andreped commited on

added fix for handling one or none unique liver segments
fcf7c10

andreped commited on

Added log
0397439

Javier Pérez de Frutos commited on

Change extension condition
615e62d

Javier Pérez de Frutos commited on

Updated README
d479416

Javier Pérez de Frutos commited on

Added .nii.gz support
188227a

Javier Pérez de Frutos commited on

improved download logic to catch incomplete downloads
95addbb

andreped commited on

added github release download for parenchyma model
9b6cb7b

andreped commited on

refactored to PEP8
3120fa9

andreped commited on

tried to remove md5 for parenchyma model
24aa3bf

andreped commited on

filtered predicted vessels outside the predicted liver parenchyma region
8988f76

andreped commited on

changed tqdm for vessel seg for consistency
0db97df

andreped commited on

mp fix
31605b7

andreped commited on

potential multiprocessing fix for macos
7c205cc

andreped commited on

fix for chainer inference when cupy is not installed and cpu is not specific
224e8c1

andreped commited on

working solution
f7fc178

andreped commited on

typo
68ecff8

andreped commited on

potential fix for path
f0851c4

andreped commited on

fix for deadlock issue on macOSX
9f563e6

andreped commited on

removed silly argument thingy. Refactored
b953767

andreped commited on

more refactoring
dac5ddb

andreped commited on

refactoring, adding informative prints for liver vessel segmentation in log, which supports verbose mode
b437043

andreped commited on

finally working. Now the CLI properly installs using pip and it can be used without any dependency issues across all relevant operating systems
d1ff5ab

andreped commited on

removed wrong import
d708d66

andreped commited on

tried importing Config directly, instead of the script
1ff1479

andreped commited on

test
82fe6a3

andreped commited on

typo
d2c1bce

andreped commited on

worked, now have to add similar fix for all scripts
6310170

andreped commited on

added '.' to paths when importing
0b5ab50

andreped commited on

tried removed redundant py_module
58c5660

andreped commited on

added init file to module
1ca252a

andreped commited on

moved file to utils
c1db270

andreped commited on

tried fixing dependencies when installing
dacb584

andreped commited on

Added option to segment the portal and hepatic veins (one class). Liver segmentation is now run in a separate Process, as TF is unable to clear the GPU manually - only when a session is killed, which is only when a Process is finished/killed.
362a9f8

andreped commited on

typo fix '.ini' instead of '.nii'. Also fixed casting to reduce memory usage
841a460

andreped commited on

added check to skip non-nifti files in for loop
a687f1a

andreped commited on

added batch mode. Can now provide directory of CTs/.nii files to be predicted on. Also refactored build workflow
8a35a57

andreped commited on

added checks
5f6ee91

andreped commited on

CLI works well on Windows
2c24e9f

andreped commited on

potential bug fix
dde96f8

andreped commited on

debugging
82a07e9

andreped commited on

added GPU support and bumped tensorflow to v2.4
2abae3a

andreped commited on

improved argparse stuff
d21da4f

andreped commited on