Hi, thank you for your framework!
I'm working on STR problem and I just glimpse your repo.
Could you help me answer two questions?
What is the meaning of "G" charater in "GResNet"? I think that the "G" is a special character. :D
In the config of repo, I caught the loc "collect=dict(type='CollectBlock', from_layer='c4'),".
What is the purpose of using CollectBlock? Why don't you forward the last feature from the current block directly to the next block?
Hi, thank you for your framework! I'm working on STR problem and I just glimpse your repo. Could you help me answer two questions?
What is the meaning of "G" charater in "GResNet"? I think that the "G" is a special character. :D
In the config of repo, I caught the loc "collect=dict(type='CollectBlock', from_layer='c4'),". What is the purpose of using CollectBlock? Why don't you forward the last feature from the current block directly to the next block?
I hope you can explain it. Thank you!