DeepLearning_tutorials
DeepLearning_tutorials copied to clipboard
Where can I find weights_file?
if name == "main": yolo_net = Yolo("./weights/YOLO_small.ckpt") yolo_net.detect_from_file("./test/car.jpg")