aliyun / conditional-lane-detection

Apache License 2.0
396 stars 89 forks source link

Question about the RIM module? #51

Open sjtuljw520 opened 2 years ago

sjtuljw520 commented 2 years ago

The input feature vectors for LSTM in RIM module are all the same? That is, $f_{i-1}$ is equal to $f_i$. The vector is corresponding to the position of proposal point in feature map, and the length of vector is equal to the channel number of feature map.

sjtuljw520 commented 2 years ago

The input feature vectors for LSTM in RIM module are all the same? That is, 1 is equal to 2. The vector is corresponding to the position of proposal point in feature map, and the length of vector is equal to the channel number of feature map.