Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-ecm authored Jan 24, 2023
1 parent 5b54e3c commit 4126f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# YOLO options
__C.YOLO = edict()

__C.YOLO.CLASSES = "./content/gdrive/MyDrive/yolov4/obj.names"
__C.YOLO.CLASSES = "./data/classes/obj.names"
__C.YOLO.ANCHORS = [12,16, 19,36, 40,28, 36,75, 76,55, 72,146, 142,110, 192,243, 459,401]
__C.YOLO.ANCHORS_V3 = [10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326]
__C.YOLO.ANCHORS_TINY = [23,27, 37,58, 81,82, 81,82, 135,169, 344,319]
Expand Down

0 comments on commit 4126f9f

Please sign in to comment.