Spaces:
Runtime error
Runtime error
Upload application file
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def tnet(inputs, num_features):
|
|
65 |
# Apply affine transformation to input features
|
66 |
return layers.Dot(axes=(2, 1))([inputs, feat_T])
|
67 |
|
68 |
-
EXAMPLES_PATH = '
|
69 |
model = from_pretrained_keras('keras-io/PointNet')
|
70 |
|
71 |
def infer(img_path):
|
|
|
65 |
# Apply affine transformation to input features
|
66 |
return layers.Dot(axes=(2, 1))([inputs, feat_T])
|
67 |
|
68 |
+
EXAMPLES_PATH = './examples'
|
69 |
model = from_pretrained_keras('keras-io/PointNet')
|
70 |
|
71 |
def infer(img_path):
|