Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
valerietram88 opened this issue Nov 25, 2020 · 0 comments
Open

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

valerietram88 opened this issue Nov 25, 2020 · 0 comments

Comments

@valerietram88
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant