lhoyer / HRDA

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation
Other
233 stars 31 forks source link

The performance of DAFormer in this repo. #17

Closed luyvlei closed 2 years ago

luyvlei commented 2 years ago

I tried training the DAFormer configuration and got 66.1 mIoU, slightly lower than the DAFormer reported. Is the DAFormer in this repository consistent with the original author's code. Or it could be due to a different version of CUDA. I used CUDA 10.2 due to my graphics driver version.

lhoyer commented 2 years ago

I was able to reproduce the DAFormer results (averaged over three random seeds) also with this repository. It might be that different software library versions have an influence on the performance. The implementation of DAFormer in this repository is the same as in the original DAFormer repository.

luyvlei commented 2 years ago

Thanks, I will change CUDA version and try again