Update app.py
Browse files
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/
|
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')
|