Skip to content

Commit

Permalink
Update bdd_to_voc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuch authored Sep 2, 2020
1 parent c90caf4 commit 0f74bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bdd/bdd_to_voc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
BDD_FOLDER = "/home/andy/Data/BDD100K"

if DEBUG:
XML_PATH = "./xml"
XML_PATH = "./labels_voc"
else:
XML_PATH = BDD_FOLDER + "/xml"
XML_PATH = BDD_FOLDER + "/labels_voc"


def bdd_to_voc(bdd_folder, xml_folder):
Expand Down

0 comments on commit 0f74bdd

Please sign in to comment.