chxy95 / HDRTVNet

ICCV2021 - A New Journey from SDRTV to HDRTV.
MIT License
126 stars 22 forks source link

Which architecture for ResNet in Table 1? #4

Closed tnt-ooo-tnt closed 2 years ago

tnt-ooo-tnt commented 2 years ago

Hi again,

I wonder which architecture of ResNet was used for reproducing the results in Table 1.

Thank you so much

chxy95 commented 2 years ago

@tnt-ooo-tnt the common used SRResNet architecture. u may directly check the code in codes/models/modules/Base_arch.py.

tnt-ooo-tnt commented 2 years ago

Thank you, I totally missed that the same arch was used in Step 2. :)