upd inference

This commit is contained in:
hofee
2024-11-05 12:17:20 -06:00
parent 5bcd0fc6e3
commit 6f427785b3
4 changed files with 18 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ class ViewGenerator(Runner):
self.config_path = config_path
def run(self):
result = subprocess.run(['/home/hofee/blender-4.0.2-linux-x64/blender', '-b', '-P', '../blender/run_blender.py', '--', self.config_path])
result = subprocess.run(['blender', '-b', '-P', '../blender/run_blender.py', '--', self.config_path])
print()
def create_experiment(self, backup_name=None):