autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 65 forks source link

OMP_NUM_THREADS not recognised #28

Closed JackySlo closed 5 months ago

JackySlo commented 5 months ago

As I am trying to Train the model, I get the issue stating OMP_NUM_THREADS not recognised as an internal or external command..., Any clue what I could be doing wrong? I am pretty new to this subject, so any help would be appreciated. Thanks

niujinshuchong commented 5 months ago

Hi, you can delete it in the running script. It's just for our cluster.

JackySlo commented 5 months ago

Right, thank you very much.