feifeifeiliu commited on
Commit
aa80c09
·
1 Parent(s): 89c7e87

Upload rendering.py

Browse files
Files changed (1) hide show
  1. voca/rendering.py +1 -1
voca/rendering.py CHANGED
@@ -17,7 +17,7 @@ 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
+ os.environ['PYOPENGL_PLATFORM'] = 'osmesa' # Uncommnet this line while running remotely
21
  import cv2
22
  import pyrender
23
  import trimesh