IS-MVSNet
IS-MVSNet copied to clipboard
Image / tensor shapes
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.
I'm sorry for not getting back to you sooner. We did not test different tensor shapes using the MindSpore code.