deploy pointnet++

This commit is contained in:
2024-12-28 10:01:43 +00:00
parent 445e9dc00b
commit 91cabec977
30 changed files with 2524 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ class RenderUtil:
shutil.copy(scene_info_path, os.path.join(temp_dir, "scene_info.json"))
params_data_path = os.path.join(temp_dir, "params.json")
with open(params_data_path, 'w') as f:
json.dump(params, f)
json.dump(params, f)
result = subprocess.run([
'/home/hofee/blender-4.0.2-linux-x64/blender', '-b', '-P', script_path, '--', temp_dir
], capture_output=True, text=True)