Clear Filters
Clear Filters

How to Use SegFormer in Matlab

8 views (last 30 days)
Takashi
Takashi on 29 Jan 2024
Commented: Takashi on 29 Jan 2024
I am interested in using the SegFormer model in Matlab for semantic segmentation of images. If there is a currently available method for doing so, I would greatly appreciate it if you could instruct me on how to proceed.

Accepted Answer

Walter Roberson
Walter Roberson on 29 Jan 2024
SegFormer is a Python toolbox from NVIDIA. https://docs.nvidia.com/tao/tao-toolkit/index.html
You can invoke the python from inside MATLAB. https://www.mathworks.com/help/matlab/call-python-libraries.html
  1 Comment
Takashi
Takashi on 29 Jan 2024
Thank you very much for your prompt response. I would like to try out the guidance you have provided.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!