updates
This commit is contained in:
parent
8b6f1595e0
commit
c99cb43c55
1
test.py
1
test.py
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue