Wenqi Tang
Wenqi Tang
IJCAI 2022 has published the dates information (https://ijcai-22.org/dates/), please update it.
I have encountered `404: sorry, the page is here` when visiting the [demo](https://github.com/JiahuiYu/generative_inpainting), could you please fix it?
  Hi, recently I have a need to make RandomSizedBBoxSafeCrop with Keypoints, but I found that the current version can't support this feature, can you please add this feature in latest...
Hi, I'm sorry to disturb you. Do you have some recommendation of **easy and multi-categories medical datasets for semantic segmentation**. I'm doing my undergraduate graduation project, and I'm lack of...
  According to the formula of ConvTranspose2d: **output = (input - 1) * stride - 2 * padding + kernel_size**. To realize 32 times upsampling, the parameter should be **(kernel_size=32, stride=32,...
Add BCNB Dataset, https://bupt-ai-cz.github.io/BCNB/
It's really an awesome transformer based UDA work, thanks for your sharing codes. I want to ask an open question about UDA. Considering that the label of target domain is...
## Context **Issue type** (bug report or feature request): bug report **Operating system** (e.g. Fedora 24, Mac OS 10.11, Windows 10): Ubuntu 18.04.3 LTS **Platform** (e.g. 64-bit x86, 32-bit ARM):...
Hi, thanks for your awesome work about contrastive learning in semantic segmentation. I notice that the `decoder_contrast.py` does not contain the code of dynamic sampling, can you provide the full...
Hi, I have encountered “OSError: Tunnel connection failed: 530 Origin DNS Error” when running `python download_images.py`. It seems to be caused by the server, could you please resolve it?