if __name__ == "__main__": yolo_net = Yolo("./weights/YOLO_small.ckpt") yolo_net.detect_from_file("./test/car.jpg")