Spaces:
Build error
Build error
Commit
·
30b5352
1
Parent(s):
aa80c09
Upload rendering.py
Browse files- voca/rendering.py +2 -0
voca/rendering.py
CHANGED
@@ -17,7 +17,9 @@ For comments or questions, please email us at [email protected]
|
|
17 |
|
18 |
from __future__ import division
|
19 |
import os
|
|
|
20 |
os.environ['PYOPENGL_PLATFORM'] = 'osmesa' # Uncommnet this line while running remotely
|
|
|
21 |
import cv2
|
22 |
import pyrender
|
23 |
import trimesh
|
|
|
17 |
|
18 |
from __future__ import division
|
19 |
import os
|
20 |
+
|
21 |
os.environ['PYOPENGL_PLATFORM'] = 'osmesa' # Uncommnet this line while running remotely
|
22 |
+
|
23 |
import cv2
|
24 |
import pyrender
|
25 |
import trimesh
|