RSNet icon indicating copy to clipboard operation
RSNet copied to clipboard

Quesion about Blocks

Open sshaoshuai opened this issue 8 years ago • 1 comments

Hi, Thanks for sharing your codes. I found that each room is splited into several blocks based on stride and block_size, and each block forms a batch which is segmented by the network independently, am I right? If so, there will be a situation that one object (like a chair) is splited into different blocks, then the chair in a block will not be complete, so how could the network segment the incomplete chair well?

Thanks very much.

sshaoshuai avatar Apr 10 '18 08:04 sshaoshuai

Splitting is a widely used strategy in literature because it is usually difficult to consume an entire scene in algorithms. And one object split into blocks could happen. Setting a smaller splitting stride could alleviate this problem in some sense. please refer to section 4.2 of our paper to see how it works.

qianguih avatar Apr 15 '18 02:04 qianguih