Spaces:
Paused
Paused
Update scripts/run_preprocessing.py
Browse files
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()})")
|