Skip to content

Commit 23059f8

Browse files
Update detect_odr.py
1 parent d72ccf0 commit 23059f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/detect_odr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'Sandwich', 'Shrimp', 'Sewing machine', 'Binoculars', 'Rays and skates', 'Ipod', 'Accordion', 'Willow', 'Crab',
5151
'Crown', 'Seahorse', 'Perfume', 'Alpaca', 'Taxi', 'Canoe', 'Remote control', 'Wheelchair', 'Rugby ball', 'Armadillo',
5252
'Maracas', 'Helmet']
53-
model_path = "./main/data"
53+
model_path = "./data"
5454
frozen_pb_file = os.path.join(model_path, 'frozen_inference_graph.pb')
5555
f = tf.gfile.FastGFile(frozen_pb_file, 'rb')
5656
graph_def = tf.GraphDef()

0 commit comments

Comments
 (0)