Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@so-tech-f
Copy link

What I did

How to run

git clone https://github.com/Anttwo/MILo.git --recursive
# optional: prepare your data in milo/data
cd MILo
docker build -t milo .
docker run -it --gpus all -v $(pwd)/milo/data:/workspace/MILo/milo/data milo
cd milo
python train.py -s ./data/Ignatius -m ./output/Ignatius --imp_metric outdoor --rasterizer radegs

If you encounter the following error when creating a MeshRasterizer instance:

[f glutil.cpp:338] eglinitialize() failed

please set use_opengl: false in default.yaml and rebuild the Docker image.

This Dockerfile is experimental and may contain unnecessary parts.
If you find any redundant or unnecessary sections, please let me know.

@so-tech-f so-tech-f marked this pull request as ready for review September 12, 2025 13:43
@pzpzpzp3
Copy link

if eglinitialize fails, do you also need to change the use_opengl that's hardcoded in mesh.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants