NoOneUST / IS-MVSNet

[ECCV 2022] IS-MVSNet: Importance-sampling-based MVSNet
228 stars 0 forks source link

Image / tensor shapes #4

Open kiru883 opened 1 year ago

kiru883 commented 1 year ago

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.

NoOneUST commented 1 year ago

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