David Xu

Results 8 issues of David Xu

When install cuda, cudnn always be suggested. At this time, I install cudnn-8.4.0. When install pytorch from conda, cuda-toolkit is suggested to be installed. This time, cudnn version is 8.2.0....

Windows
TensorRT

According to public papers, MaskFormer got better performance, but not appear in paddleseg. Is it possible to develop and integrate it into paddleseg? Maybe there are some implementations with pytorch...

Feature Request

**Describe your feature request** Add MaskFormer to paddlevit. **Describe the reference code or paper** https://arxiv.org/abs/2107.06278 **Describe the possible solution** iMaybe there are some implementations with pytorch format, but paddle format...

Segmentation

你好,你的模型可视化用的什么工具?能否分享下?谢谢~

my code went error when running `for X,y in tqdm(data)` I have installed all dependence. But went error like following ` terminate called after throwing an instance of 'std::bad_alloc' what():...

### 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/blob/master/docs/en/faq.md) but cannot get the expected help....

fix bug in test_dataloader. because test_dataloader has no 'instance' key. check 'instance' whether in results.keys()

bug
v-3.x

add ort and trt backend deploy to yolov5_tutotial

WIP