Skip to content

Where are yolo_anchors.txt and coco_classes.txt? #9

@valerietram88

Description

@valerietram88

I'm trying execute Parking_Slot_YOLO.py. It calls yolo.py in which there are these codes:

class YOLO(object):
_defaults = {
"model_path": "drive/MyDrive/ToEditParkingDetection/parkingslotmaster/model_data/yolo.h5", #
"anchors_path": 'model_data/yolo_anchors.txt',
"classes_path": 'model_data/coco_classes.txt',
"score" : 0.15,
"iou" : 0.4,
"model_image_size" : (416, 416),
"gpu_num" : 1,
}

May someone tell me where I can find or how to generate those .txt files please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions