rolpotamias commited on
Commit
22d697c
1 Parent(s): 12c1e62

Update wilor/utils/renderer.py

Browse files
Files changed (1) hide show
  1. 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