from yolov4.tf import YOLOv4, YOLODataset, create_mAP_input_files yolo = YOLOv4() yolo.config.parse_names("coco.names")
確定! 回上一頁