Hello,
How can I check for the source code of some fuctions, that were implemented already? Fox example, scale_boxes(boxes, image_shape) in the Course 4 the “Car Detection with YOLO” task. I went into GitHub - allanzelener/YAD2K: YAD2K: Yet Another Darknet 2 Keras, but could not find some function there, such as scale_boxes, read_classes, read_anchors
Addionally, I would like to use some files in my own project, such as “model_data/coco_classes.txt” or “model_data/yolo_anchors.txt”, or just check their structure. I found only “model_data/coco_classes.txt”, but not “yolo_anchors.txt”
Thanks.