Hi!
Could you provide any advice on how should I modify viewer.cpp to render using the only MPI, not the mixture of them (e.g., consider the baseline Stereo Magnification paper)?
As far as I understand, I am to deal with the only node of the viewmesh instance. But currently, I cannot identify how to disable the mixture with the neighbor nodes.
Also, simply running the viewer on the folder that has only mpi00/ subdirectory and edited metadata.txt, leads to Segmentation fault error.
Hi! Could you provide any advice on how should I modify
viewer.cpp
to render using the only MPI, not the mixture of them (e.g., consider the baseline Stereo Magnification paper)? As far as I understand, I am to deal with the onlynode
of theviewmesh
instance. But currently, I cannot identify how to disable the mixture with the neighbor nodes. Also, simply running the viewer on the folder that has onlympi00/
subdirectory and editedmetadata.txt
, leads to Segmentation fault error.