Open pierfrancescomartinello opened 7 months ago
The texture map defragmentation filter runs on GPU and requires an opengl context to be executed, therefore the problem could be caused by the system setup. Could you please check if the machine that you are using allows to run opengl?
OpenGL in my machine is set up and working. Through more digging, I've also found that while using MeshLab and trying to use "Texture Map Defragmentation" the app crashes
OpenGL in my machine is set up and working. Through more digging, I've also found that while using MeshLab and trying to use "Texture Map Defragmentation" the app crashes
I have the same problem with MeshLab. I use a MacBook Air with a M1 processor.
OpenGL in my machine is set up and working. Through more digging, I've also found that while using MeshLab and trying to use "Texture Map Defragmentation" the app crashes
do you have solved the problem? I have the same problem in my MacBook Pro with M2 processor
Unfortunately, we haven't find a solution nor a workaround. We are resulting in using no texture for our meshes for now.
Unfortunately, we haven't find a solution nor a workaround. We are resulting in using no texture for our meshes for now.
I used the texture-defrag(!https://github.com/maggio-a/texture-defrag) in linux and it works!
Unfortunately, we haven't find a solution nor a workaround. We are resulting in using no texture for our meshes for now.
I used the texture-defrag(!https://github.com/maggio-a/texture-defrag) in linux and it works!
Would you please describe the architecture of the machine you're using, so that we can also reproduce your outcome?
PM
Unfortunately, we haven't find a solution nor a workaround. We are resulting in using no texture for our meshes for now.
I used the texture-defrag(!https://github.com/maggio-a/texture-defrag) in linux and it works!
Would you please describe the architecture of the machine you're using, so that we can also reproduce your outcome?
PM
my linux is Linux version 4.15.0-197-generic (buildd@lcy02-amd64-110) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022
and this repo must run with display window. My texture is in an atlas format, so the results didn't solve my problem. I need to generate large chunks of texture.
Hello. I'm having issues working with the Texture Map Defragmentation, as when called, it aborts the program yielding the following error
Aborted (core dumped)
.The python script I'm executing is the following:
I'm working on a laptop running Linux and with Python 3.10.12. I've tried different versions of the software, including the last stable and the last nightly versions. If more informations are needed feel free to ask and I will do my best to provide it.
EDIT 18/03/2024 After further inspection of the documentation, I've also tried running the command
pytest --pyargs pymeshlab
and that showed the following error (the initial part of the output has been trimmed since I don't think it's relevant):Best Regards Pierfrancesco