geninhu commited on
Commit
619d624
·
1 Parent(s): cadb756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ CLASS_MAP = {0: 'chair',
80
  9: 'table'}
81
 
82
  def infer(img_path):
83
- print(img_path.name)
84
  mesh = trimesh.load(img_path.name)
85
  points = mesh.sample(2048)
86
  points = np.expand_dims(np.asarray(points), axis=0)
 
80
  9: 'table'}
81
 
82
  def infer(img_path):
 
83
  mesh = trimesh.load(img_path.name)
84
  points = mesh.sample(2048)
85
  points = np.expand_dims(np.asarray(points), axis=0)