alexnasa commited on
Commit
e934072
·
verified ·
1 Parent(s): 51841fe

Update scripts/run_preprocessing.py

Browse files
Files changed (1) hide show
  1. scripts/run_preprocessing.py +0 -2
scripts/run_preprocessing.py CHANGED
@@ -1,8 +1,6 @@
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()})")
 
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()})")