Spaces:
Running
on
Zero
Running
on
Zero
rolpotamias
commited on
Commit
•
22d697c
1
Parent(s):
12c1e62
Update wilor/utils/renderer.py
Browse files- wilor/utils/renderer.py +2 -2
wilor/utils/renderer.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
-
if 'PYOPENGL_PLATFORM' not in os.environ:
|
3 |
-
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
4 |
import torch
|
5 |
import numpy as np
|
6 |
import pyrender
|
|
|
1 |
import os
|
2 |
+
#if 'PYOPENGL_PLATFORM' not in os.environ:
|
3 |
+
# os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
4 |
import torch
|
5 |
import numpy as np
|
6 |
import pyrender
|