Update README.md
This commit is contained in:
parent
0ddb156bfa
commit
09a7e772e0
1 changed files with 13 additions and 11 deletions
24
README.md
24
README.md
|
@ -28,15 +28,15 @@ We used a RTX 3090 as test GPU.
|
||||||
### SVD (requires donor and acceptor time series)
|
### SVD (requires donor and acceptor time series)
|
||||||
|
|
||||||
- start automatic_load
|
- start automatic_load
|
||||||
- try to load previous mask: NOT found
|
- try to load previous mask
|
||||||
- start cleaned_load_data
|
- start cleaned_load_data
|
||||||
- start load_data
|
- start load_data
|
||||||
- work in XXXX.npy
|
- work in XXXX.npy
|
||||||
- np.load
|
- np.load
|
||||||
- organize acceptor
|
- organize acceptor (to GPU memory)
|
||||||
- organize donor
|
- organize donor (to GPU memory)
|
||||||
- move axis
|
- move axis (move the time axis of the tensor)
|
||||||
- move intra timeseries
|
- move intra timeseries (donor time series and donor reference image & acceptor time series and acceptor reference image)
|
||||||
- rotate inter timeseries
|
- rotate inter timeseries
|
||||||
- move inter timeseries
|
- move inter timeseries
|
||||||
- spatial pooling
|
- spatial pooling
|
||||||
|
@ -57,17 +57,19 @@ We used a RTX 3090 as test GPU.
|
||||||
### Classic (requires donor, acceptor, volume, and oxygenation time series)
|
### Classic (requires donor, acceptor, volume, and oxygenation time series)
|
||||||
|
|
||||||
- start automatic_load
|
- start automatic_load
|
||||||
- try to load previous mask: NOT found
|
- try to load previous mask
|
||||||
- start cleaned_load_data
|
- start cleaned_load_data
|
||||||
- start load_data
|
- start load_data
|
||||||
- work in XXXX.npy
|
- work in XXXX.npy
|
||||||
- np.load
|
- np.load
|
||||||
- organize acceptor
|
- organize acceptor (to GPU memory)
|
||||||
- organize donor
|
- organize donor (to GPU memory)
|
||||||
- organize oxygenation
|
- organize oxygenation (to GPU memory)
|
||||||
- organize volume
|
- organize volume (to GPU memory)
|
||||||
- move axis
|
- move axis (move the time axis of the tensor)
|
||||||
- move intra timeseries
|
- move intra timeseries
|
||||||
|
- donor time series and donor reference image; also used on volume
|
||||||
|
- acceptor time series and acceptor reference image; also used on oxygenation)
|
||||||
- rotate inter timeseries
|
- rotate inter timeseries
|
||||||
- move inter timeseries
|
- move inter timeseries
|
||||||
- spatial pooling
|
- spatial pooling
|
||||||
|
|
Loading…
Reference in a new issue