Tim Schäfer

Results 22 comments of Tim Schäfer

I'm not sure whether that's the best solution, but I ended up using Mayavi, more specifically, the `mlab.triangular_mesh` function. `mayavi_mesh = mlab.triangular_mesh(x, y, z, faces)` When you create the mesh,...

The `mesh` object loaded with the line ``` mesh = pymesh.load_mesh ( 'bunny.ply' ) ``` has a `faces` field, see the [pymesh API docs](https://pymesh.readthedocs.io/en/latest/api_mesh.html) for details.

@apal90 In the documentation you linked, it says > Let $PYMESH_PATH be the root directory of the repository So set that manually to the directory into which you cloned the...

@neoglez Where do I get that wheel file? (I tried to install pymesh under Ubuntu 16.04 and 18.04, and it's a nightmare. An easier installation path would be a great...

Thanks! No worries, most likely it's just my lack of understanding how one should install python packages and dependencies using a combination of pip and other methods (apt, cmake, ...)....

I just run into the same issue when setting the analysis level to `group`, using the latest Docker version of `mriqc`, which currently is `0.15.2`: docker run -it --rm -v...

Yes, I have > 700 cases in there. Could it be that I need to run the participant-level analysis first, and only then the group level analysis is gonna work?...

You may have checked this yourself already, but in case not: the [Appveyor CI file](https://github.com/cnr-isti-vclab/vcglib/blob/master/.appveyor.yml) uses Qt 5.6. If you're compiling under Linux, you can get info on the compiler...

Hi sidchop, no, sorry but this is not supported yet. Actually the whole topic of volume visualization is very limited in fsbrain at this time and I am not too...

I will just leave this issue open and let you know once I have come up with something.