forked from cgvr/DeltaVR
small cleanup of pipeline script
This commit is contained in:
@@ -59,7 +59,7 @@ def generate_no_preview(image_base64: str):
|
||||
print(f"Error: {str(e)}")
|
||||
return None
|
||||
|
||||
def image_to_3d_api(image_path, output_path):
|
||||
def image_to_3d_trellis(image_path, output_path):
|
||||
with open(image_path, 'rb') as image_file:
|
||||
image_data = image_file.read()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user