geninhu commited on
Commit
230767f
·
1 Parent(s): d088c5c

Upload application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/examples'
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):