Synthetic image gen
https://www.notion.so/qim-dtu/Synthetic-image-generation-ee52134828584748bbb36d732c227816?pvs=4
Speed
- For 512^3 takes 35 seconds.
- 512,512,256 takes 18 seconds
- for 128 takes 3 seconds.
- Slow because of large image size. (slow to scale up with scipy.zoom)
Merge request reports
Activity
requested review from @fima
assigned to @s204159
I changed order to 1 (and added it as a parameter) for scipy.zoom.
This vastly improves speed.
512x512x512 now only takes 8 seconds. With only a small decrease in performance.
Edited by s204159mentioned in commit 4c3c8856
Please register or sign in to reply