-
Thank you so much @XuJiacong for your work in creating PIDNET. I want to test the pretrained model on images and videos but there is no straightforward code on doing that. Looking forward to your resp…
-
## 活动说明
飞桨套件快乐开源常规赛活动旨在让众多开发者能参与到各大CV/NLP套件的建设工作中(也是我们原有Issue攻关活动的升级版本),包括不限于新增基础功能、论文复现、Issue回复等,任何有利于社区意见流动和问题解决的行为都热切希望大家的参与。让我们共同成长为成为飞桨CV/NLP套件的重要contributors。🎉🎉
在套件快乐开源常规赛活动中,我们会结合技术研讨和任务发布两…
-
I was training a SETR ViT-L MLA model for 80k iterations on my custom dataset with a batch size of 1. The estimated time shown is 44 days!! I am training this model on a V100 GPU.
![image](https://…
-
-
### 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 …
-
## Description
When I use the topk layer with a semantic segmentation network converted from pytorch to tensorrt (pidnet) using tkdnn , it works properly with tensorrt 7 , but the same code when…
-
Hi, thank you for your excellent work,I used the model you trained in cityscapes as a pre training model to learn a new task with only one category. The label format of the data is a binary grayscale …
-
If I just use one of my datasets, it can work. When I want to cat them and the mmseg always reports the error:
`class 'ConcatDataset' in mmengine/dataset/dataset_wrapper.py: __init__() got an unexpec…
-
I believe a relu activation function in _make_layer and _make_single_layer is missing.
In both _make_layer and _make_single_layer method, after batchnorm of downsample there should be an activation…
-
Thank you @XuJiacong for your wonderful works on PIDNet. I want to train a cityscapes like dataset with only one class, it has gtFine label ids masks and the leftImg8bit images. I have an issue on h…