himashi92 / VT-UNet

[MICCAI2022] This is an official PyTorch implementation for A Robust Volumetric Transformer for Accurate 3D Tumor Segmentation
MIT License
246 stars 33 forks source link

Missing postprocessing.json file #33

Open MuhammadAsadHaider opened 1 year ago

MuhammadAsadHaider commented 1 year ago

Hi, when I try to test the model, it gives me a warning that the postprocessing.json file is missing. So I tried to run the consolidate folds file, but it is expecting some folder called validation_raw which did not get created during training. Please let me know what I am missing, and can you please include running the consolidate folds file in the readme because it is part of the required steps, it seems.