Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|