This commit is contained in:
Glenn Jocher 2018-09-02 13:17:38 +02:00
parent 8b6f1595e0
commit c99cb43c55
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@ if platform == 'darwin': # MacOS (local)
else: # linux (cloud, i.e. gcp) else: # linux (cloud, i.e. gcp)
test_path = '../coco/trainvalno5k.part' test_path = '../coco/trainvalno5k.part'
# Initiate model # Initiate model
model = Darknet(opt.cfg, opt.img_size) model = Darknet(opt.cfg, opt.img_size)