mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Merge pull request #1816 from vinliao/master
Fix wrong coco.data path on darknet.py
This commit is contained in:
@ -278,7 +278,7 @@ netMain = None
|
|||||||
metaMain = None
|
metaMain = None
|
||||||
altNames = None
|
altNames = None
|
||||||
|
|
||||||
def performDetect(imagePath="data/dog.jpg", thresh= 0.25, configPath = "./cfg/yolov3.cfg", weightPath = "yolov3.weights", metaPath= "./data/coco.data", showImage= True, makeImageOnly = False, initOnly= False):
|
def performDetect(imagePath="data/dog.jpg", thresh= 0.25, configPath = "./cfg/yolov3.cfg", weightPath = "yolov3.weights", metaPath= "./cfg/coco.data", showImage= True, makeImageOnly = False, initOnly= False):
|
||||||
"""
|
"""
|
||||||
Convenience function to handle the detection and returns of objects.
|
Convenience function to handle the detection and returns of objects.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user