crywang / RFM

Apache License 2.0
83 stars 11 forks source link

Questions about SFE #2

Closed clannadcl closed 2 years ago

clannadcl commented 3 years ago

According to Algorithm 1 in the paper, the max size h and w is fixed to 120. But why the examples in Figure 4. show that the three block's size is different. Can you explain my doubts? Thanks!

crywang commented 3 years ago

The block's width and height are randomly set between 0 and the maximum size. Therefore, the sizes of the three blocks are different. Hope that can solve your question.