You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current run_inference.pydoesn't perform post-processing. Should we add it ? Is there someone working on this ? (@naga-karthik@valosekj )
Also, I tried running the code on my computer: it took : 1277.31 seconds.
Image is 80 MB (200x200x500) ; (0.05, 0.05, 0.05)
The reason for the length are: I am using 5 folds (so x5 as long) and running on cpu.
I will try to run it after keeping only 1 fold.
The text was updated successfully, but these errors were encountered:
No, I didn't included post-processing as it does not usually improve the performance that much.
About this:
Also, I tried running the code on my computer: it took : 1277.31 seconds.
This is pretty long. Maybe you could only use the checkpoint from one fold only (assuming the results from the other folds does not vary much). Also, a rule of thumb to decide b/w checkpoint_best vs checkpoint_final can be found here
I tried running it on the same image, on 1 fold with best_checkpoint.pth on cpu :
Total time elapsed: 224.46 seconds
On 2 Images : (80 MB and 88.5 MB) both (200;200;500) and (0.05;0.05;0.05)
Total time elapsed: 400.05 seconds
After running
nnUNetv2_find_best_configuration
, I get these instructions :inference_instructions.txt
The current
run_inference.py
doesn't perform post-processing. Should we add it ? Is there someone working on this ? (@naga-karthik @valosekj )Also, I tried running the code on my computer: it took : 1277.31 seconds.
Image is 80 MB (200x200x500) ; (0.05, 0.05, 0.05)
The reason for the length are: I am using 5 folds (so x5 as long) and running on cpu.
I will try to run it after keeping only 1 fold.
The text was updated successfully, but these errors were encountered: