Omkar Sargar

Results 4 issues of Omkar Sargar

### Checklist - [X] I have searched related issues but cannot get the expected help. - [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help....

I was trying to setup the environment for segmentation on my PC which has a Nvidia RTX 4070Ti graphics card. My graphics card is supported by CUDA versions 11.8+ only....

How do I change the backbone to use a different backbone. I have a trained Segformer and Segmenter models, trained on my custom dataset, which I would like to use....

I want to use cutmix to train a segmenter model. I just edited the datapreprocessor in configs/base/models/segmenter_vit-b16_mask.py file `data_preprocessor = dict( type='SegDataPreProcessor', mean=[127.5, 127.5, 127.5], std=[127.5, 127.5, 127.5], bgr_to_rgb=True, pad_val=0,...