Sergio Cañar

Results 3 comments of Sergio Cañar

Sure! Im using Brats2017 that you guys uploaded in the repository. And after I pass one of the modalities.pt through the model I get the logits, but Im unsure to...

Sure! Its in my forked repo but this is how I extract the volumes from the logits [inference.txt](https://github.com/user-attachments/files/17681288/inference.txt)

@microchila @lj-xh Hello! I had the same problem since there is no inference or test script. I made this one: [https://github.com/sergiocanar/SegFormer3D_baseline/blob/main/experiments/brats2018/experiment5_final_sweep/inference.py](link) that is on my forked repository of SegFormer3D. However...