Nadine Rueegg commited on
Commit
f227765
·
1 Parent(s): 7d88acd
Files changed (1) hide show
  1. scripts/gradio_demo.py +1 -1
scripts/gradio_demo.py CHANGED
@@ -540,7 +540,7 @@ def run_bite_inference(input_image, bbox=None, apply_ttopt=True):
540
  [0, -1, 0, 0],
541
  [0, 0, 1, 1],
542
  [0, 0, 0, 1]])
543
- result_path = os.path.join(save_imgs_path, test_name_list[0] + '_z')
544
  mesh.export(file_obj=result_path + '.glb')
545
  result_gltf = result_path + '.glb'
546
  return result_gltf
 
540
  [0, -1, 0, 0],
541
  [0, 0, 1, 1],
542
  [0, 0, 0, 1]])
543
+ result_path = os.path.join(save_imgs_path, 'dog_model')
544
  mesh.export(file_obj=result_path + '.glb')
545
  result_gltf = result_path + '.glb'
546
  return result_gltf