alexnasa commited on
Commit
1431e9b
·
verified ·
1 Parent(s): 1dac3f4

Update scripts/run_preprocessing.py

Browse files
Files changed (1) hide show
  1. scripts/run_preprocessing.py +2 -0
scripts/run_preprocessing.py CHANGED
@@ -1,6 +1,8 @@
1
  import subprocess, sys, os
2
  import tyro
3
  from pixel3dmm import env_paths
 
 
4
 
5
  def run_and_check(cmd, cwd=None):
6
  print(f"> {' '.join(cmd)} (in {cwd or os.getcwd()})")
 
1
  import subprocess, sys, os
2
  import tyro
3
  from pixel3dmm import env_paths
4
+ from pixel3dmm.tracking import nvdiffrast_util
5
+ from pixel3dmm.tracking.renderer_nvdiffrast import NVDRenderer
6
 
7
  def run_and_check(cmd, cwd=None):
8
  print(f"> {' '.join(cmd)} (in {cwd or os.getcwd()})")