Skip to content
Snippets Groups Projects
Commit fbf92fa2 authored by Mia Fornes's avatar Mia Fornes
Browse files

Initial commit

parent 28f02f3e
Branches master
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ def main(_argv): ...@@ -200,7 +200,7 @@ def main(_argv):
if not FLAGS.dont_show: if not FLAGS.dont_show:
image.show() image.show()
image = cv2.cvtColor(np.array(image), cv2.COLOR_BGR2RGB) image = cv2.cvtColor(np.array(image), cv2.COLOR_BGR2RGB)
name_index = len("./data/test-data-frames/") name_index = len("./data/our_dataset/")
""" """
if FLAGS.hit_and_miss: if FLAGS.hit_and_miss:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment