Skip to content

Commit

Permalink
Update ssd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbliiiing authored Mar 20, 2020
1 parent eedf948 commit ea63a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
MEANS = (104, 117, 123)
class SSD(object):
_defaults = {
"model_path": 'logs/Epoch42-Loc0.5130-Conf1.4331',
"classes_path": 'model_data/new_classes.txt',
"model_path": 'model_data/ssd_weights.pth',
"classes_path": 'model_data/voc_classes.txt',
"model_image_size" : (300, 300, 3),
"confidence": 0.5,
"Cuda": True
Expand Down

0 comments on commit ea63a17

Please sign in to comment.