Manuel Kaufmann

Results 26 comments of Manuel Kaufmann

The following should fix this problem (it essentially fakes the existence of a display device): ``` export DISPLAY=:0.0 Xvfb :0 -screen 0 640x480x24 & ``` This is usually sufficient for...

@Holmes-Alan This seems to have worked for me - you might have to make sure that the `w` of the quaternion is in the expected position. As far as I...

Unfortunately we don't support rendering of text at the moment. Can you share some more details on what kind of text display you would require?

Both rendering text to the screen directly or creating a bitmap that contains the text and then use that as a texture for a 3D billboard should be possible (I'm...

Yes, the background color is a parameter in the configuration file. You can either edit the `aitvconvig.yaml` or directly set it in the code: ```python from aitviewer.configuration import CONFIG as...

Yes, I am aware of this unfortunate issue. We think it's due to a memory leak in moderngl-window. The related issue is [here](https://github.com/moderngl/moderngl/issues/512), and although it is closed, the problem...

The AMASS dataset we used at the time was a preview version available in pkl files, hence the loading from pickle files in `genSynData.py`. It should be pretty simple to...

"Using the mesh surface" and "utilizing the body model's vertices" appears to be equivalent to me. To clarify further, we are using the positions of the vertex IDs stored in...

Hi, as far as I remember Synthetic_60FPS.zip has not undergone any normalization or preprocessing steps. What is the discrepancy that you observe?

Closing this since this hasn't been active in a while. Feel free to re-open it again in the future if required.