Hi @YahiDar ,
thank you for sharing with the great work with us! I have two small questions both about the interfaces of RadarStackedHourglass class for MaxVIT2 and RODNetHGwIDCN_2d networks, can you help me to make it clear please?
- At line 25 of
/rodnet/models/rodnet_hgwi_v2_2d.py file(https://github.com/YahiDar/RadarFormer/blob/02c96ae62a56164fafc653ca04f3813df58e1a3f/rodnet/models/rodnet_hgwi_v2_2d.py#L25C15-L25C15), the initialization of RadarStackedHourglass seems missing a parameter win_size which is demanded by its class definition.
- At line 42 of
/rodnet/models/MaxVIT2.py file(https://github.com/YahiDar/RadarFormer/blob/02c96ae62a56164fafc653ca04f3813df58e1a3f/rodnet/models/MaxVIT2.py#L42C16-L42C16), RadarStackedHourglass is initialized with a parameter conv_op which doesn't exist in the interface of its class definiton.
Please correct me if I'm wrong. Many thanks for your help in advance!