Skip to content

Commit

Permalink
Merge pull request chuanqi305#62 from lngao/patch-1
Browse files Browse the repository at this point in the history
Update gen.py
  • Loading branch information
chuanqi305 authored Apr 15, 2018
2 parents daef68a + 83d2ab5 commit 572fbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,12 @@ def ssd_test(self):
phase: TEST
}
detection_evaluate_param {
num_classes: 21
num_classes: %d
background_label_id: 0
overlap_threshold: 0.5
evaluate_difficult_gt: false
}
}""" % (self.class_num, self.class_num))
}""" % (self.class_num, self.class_num, self.class_num))

def ssd_loss(self):
print(
Expand Down

0 comments on commit 572fbf1

Please sign in to comment.