Humboldt commited on
Commit
df522bc
·
1 Parent(s): 7a16ad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ if file_str:
102
 
103
  FLAGS(sys.argv)
104
  flags.DEFINE_string('classes', 'trees_simple.names', 'path to classes file')
105
- flags.DEFINE_string('weights', 'checkpoints/trees_all_2.tf',
106
  'path to weights file')
107
  flags.DEFINE_boolean('tiny', False, 'yolov3 or yolov3-tiny')
108
  flags.DEFINE_integer('size', 416, 'resize images to')
 
102
 
103
  FLAGS(sys.argv)
104
  flags.DEFINE_string('classes', 'trees_simple.names', 'path to classes file')
105
+ flags.DEFINE_string('weights', 'checkpoints/trees_all.tf',
106
  'path to weights file')
107
  flags.DEFINE_boolean('tiny', False, 'yolov3 or yolov3-tiny')
108
  flags.DEFINE_integer('size', 416, 'resize images to')