MaskRcnnを試しているのですが、
カスタムデータ(自前のデータ)で学習及び推論をやろうとして色々やってみているのですが、
最終的に以下のようなエラーが毎回出て、そこから進めません。
何か良い方法がありましたらよろしくお願いいたします。
Traceback (most recent call last):
File "custom.py", line 388, in <module>
train(model)
File "custom.py", line 203, in train
dataset_train.load_custom(args.dataset, "train")
File "custom.py", line 120, in load_custom
annotations = [a for a in annotations if a['regions']]
File "custom.py", line 120, in <listcomp>
annotations = [a for a in annotations if a['regions']]
TypeError: list indices must be integers or slices, not str
試したURLは以下になります。
https://medium.com/analytics-vidhya/a-simple-guide-to-maskrcnn-custom-dataset-implementation-27f7eab381f2
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。