I have 20 cores of CPU available on Arch Linux with 16G of RAM. I can only utilize 4 cores, if i bump it to for example 8 cores, oom killer will very fast kill the process. Also seems like we currently have absolutely no way of knowing how long things take. Would be good to show some output for example:
a) how long does processing of 1 image takes
b) total progress so far
Currently this is everything we get when moving into "Sift extraction" phase. User is left guessing how long it might take.
`command_out: Processing 390 images on 19 threads...
Successfully resized 390 images.
Threads: 4`
I have 20 cores of CPU available on Arch Linux with 16G of RAM. I can only utilize 4 cores, if i bump it to for example 8 cores, oom killer will very fast kill the process. Also seems like we currently have absolutely no way of knowing how long things take. Would be good to show some output for example:
a) how long does processing of 1 image takes
b) total progress so far
Currently this is everything we get when moving into "Sift extraction" phase. User is left guessing how long it might take.