Pouyan

Results 10 comments of Pouyan

@ctsams9 I am having a same situation as yours. Did you find any solution so far ?

Please see the [visualization section](https://github.com/OSUPCVLab/SegFormer3D?tab=readme-ov-file#visualization) and download the file. You can modify however you want to visualize the the result by editing `viz.py`

can you please elaborate more clearly ? What codes are you using ?

can you please reproduce the dependancy error and post it here ?

The preprocessing code only processes Brats dataset. What is your dataset ?

If your dataset is BraTS you can use our datapreprcoessing. What is your dataset ? If you are using a data with different shape (other than 128x128x128) you need to...

Hello, can you please give more detail on what you do during the prediction and what data you used for it ?

Which code are you using ? Can you put it here ?

Thanks for using our repo! We’re currently developing on the [dev](https://github.com/OSUPCVLab/SegFormer3D/tree/dev/architectures) branch of this repository. The code there supports variable-sized cubes, but you’ll still need to tune certain hyperparameters (e.g.,...

I see. The short answer is that we used the same augmentation pipeline as [nnFormer](https://github.com/282857341/nnFormer) for data processing, which we’ve also noted in our repository. The longer answer has two...