Update README.md

This commit is contained in:
David Rotermund 2023-07-10 18:39:19 +02:00 committed by GitHub
parent 0ddb156bfa
commit 09a7e772e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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