IS-MVSNet icon indicating copy to clipboard operation
IS-MVSNet copied to clipboard

Image / tensor shapes

Open kiru883 opened this issue 1 year ago • 1 comments

Hi, i ran into a problem with image shapes. I use mindspore-cpu and computation time on cpu is really long.

Question: Model input is tensor with shape [n_views, ... 3, 1920, 1056], how can i reduce size of tensor, change image sizes or n_views? I tried change sizes to [256, 256], [640, 352] and etc, but i have a problem with it, "element1_shape of size 88 not compatible with element2_shape of size 255".

Thanks, I hope for your answer.

kiru883 avatar Apr 03 '23 17:04 kiru883

I'm sorry for not getting back to you sooner. We did not test different tensor shapes using the MindSpore code.

NoOneUST avatar Apr 11 '23 07:04 NoOneUST