Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
911 stars 101 forks source link

split_size error when trainning #24

Closed Xianjin111 closed 3 years ago

Xianjin111 commented 3 years ago

Thank you for your perfect work. When I train on my own dataset, there exists error as follows:

截屏2021-03-17 上午1 18 58

Could you please help me deal with it. Thanks so much!

dwangxxx commented 3 years ago

Thank you for your perfect work. When I train on my own dataset, there exists error as follows:

截屏2021-03-17 上午1 18 58

Could you please help me deal with it. Thanks so much!

你好,我想问下你这个问题是怎么解决的呀?是不是因为输入图片的尺寸不一致呀?

kam1107 commented 3 years ago

It's probably caused by the mismatch in image shapes. All images are reshaped to have 3 channels in RaySamplerSingleImage(). Check if your inputs have more than 3.