hustvl / MIMDet

[ICCV 2023] You Only Look at One Partial Sequence
https://arxiv.org/abs/2204.02964
MIT License
336 stars 31 forks source link

Hi, what is the writing method to the right of the equal sign in statement ' img_size="${..encoder.img_size}" ' #12

Closed ross-Hr closed 2 years ago

ross-Hr commented 2 years ago

What does .. mean ?

vealocia commented 2 years ago

Hi, @xiaoxiong007 . ${..encoder.img_size} is an expression of OmegaConf, you can find a detailed document here. And in short, .. indicates the parent node of current leaf node.

ross-Hr commented 2 years ago

Thank you, i get it!

Yuxin-CV commented 2 years ago

I believe the issue at hand was addressed, as such I'm closing this. Feel free to ask if you have further questions.