我正在尝试使用 MaskRCNN 训练我自己的数据集,我从https://github.com/matterport/Mask_RCNN获得了代码,然后我开始使用这个框架训练我的数据集,但出现了这个错误。
我尝试训练其他人的另一个数据集,然后代码运行良好,但在我的情况下不是
Traceback (most recent call last): File "farm.py", line 363, in <module> train(model) File "farm.py", line 183, in train dataset_train.load_custom(args.dataset, "train") File "farm.py", line 135, in load_custom height, width = image.shape[:2] ValueError: not enough values to unpack (expected 2, got 1)