HRDA icon indicating copy to clipboard operation
HRDA copied to clipboard

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation

Results 14 HRDA issues
Sort by recently updated
recently updated
newest added

Hi! Can this model be used for tumor segmentation? if answer is yes,where we can be modified to fit this task?

Dear Lukas, are you planning to add a license to this/DAformer repo? Otherwise the code can unfortunately not be used.

Hey @lhoyer ! 👋 This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using...

```txt RuntimeError: CUDA out of memory. Tried to allocate 32.00 MiB (GPU 0; 23.70 GiB total capacity; 1.33 GiB already allocated; 5.00 MiB free; 1.40 GiB reserved in total by...

Thank you very much for sharing the code, excellent work. I'm trying to train the framework using synthetic data for domain generalization with unlabeled real data. Is there any documentation...

Hello, I retrained HRDA on single V100 according to the config file you provided, but MIoU missed by ten points. I compared the log files generated by your training and...

Hello, thanks for open sourcing your work. I would like to run the test script with Mapillary dataset but I am not sure which `img_scale` to use for the test...

May I ask, where should I adjust batch_size?

Hello and thank you for your excellent work! I would like to ask how to use mixed precision training?

Hi :) I have some errors for setting environments. I already installed the cuda (toolkit) 11.0.3, torch+cu110 and torch 1.7.0. But there is a same error with the issue (https://github.com/lhoyer/HRDA/issues/35)....