Dreamer
Dreamer
kindly i need your guidance? i have tried different way to get ride of this error but i couldn't
parser = argparse.ArgumentParser(description="YOLO-V3 test single image test procedure.") parser.add_argument("input_image", type=str, help="The path of the input image.") parser.add_argument("--anchor_path", type=str, default="./data/yolo_anchors.txt", help="The path of the anchor txt file.") parser.add_argument("--new_size", nargs='*', type=int, default=[416,...
Anyone please help me how can i remove these errors
TypeError Traceback (most recent call last) in () 220 221 # Load our model --> 222 model = densenet121_model(img_rows=img_rows, img_cols=img_cols, color_type=3, num_classes=num_classes) 223 224 # Start Fine-tuning 1 frames in...
@xiaochus 如何解决这个错误,请给我建议 ValueError: Error when checking : expected input_1 to have shape (608, 608, 3) but got array with shape (416, 416, 3)