aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.36k stars 643 forks source link

AssertionError: Attribute 'thing_classes' in the metadata of 'abcnet_train' cannot be set to a different value! #203

Open chlg3321 opened 3 years ago

chlg3321 commented 3 years ago

AssertionError: Attribute 'thing_classes' in the metadata of 'abcnet_train' cannot be set to a different value! ['text'] != ['tv', 'kite', 'dog', 'giraffe', 'frisbee', 'person', 'wine glass', 'boat', 'car', 'bowl', 'vase', 'stop sign', 'refrigerator', 'bed', 'orange', 'mouse', 'pizza', 'parking meter', 'chair', 'tie', 'baseball bat', 'donut', 'cow', 'keyboard', 'bus', 'spoon', 'airplane', 'toilet', 'suitcase', 'sports ball', 'cell phone', 'hot dog', 'couch', 'cat', 'tennis racket', 'book', 'toothbrush', 'potted plant', 'skis', 'apple', 'bench', 'bottle', 'broccoli', 'bear', 'elephant', 'skateboard', 'sink', 'toaster', 'hair drier', 'microwave', 'remote', 'laptop', 'carrot', 'baseball glove', 'fire hydrant', 'oven', 'backpack', 'handbag', 'dining table', 'train', 'cup', 'teddy bear', 'umbrella', 'bicycle', 'clock', 'sandwich', 'zebra', 'bird', 'scissors', 'banana', 'surfboard', 'snowboard', 'knife', 'traffic light', 'horse', 'sheep', 'motorcycle', 'cake', 'fork', 'truck']

northwill commented 3 years ago

same error!

wangyl218 commented 3 years ago

Did you solve the problem?

Sakurayx commented 3 years ago

same error! did u solve the problem?

wangyl218 commented 3 years ago

same error! did u solve the problem?

I'v solved the problem,download the example dataset from https://universityofadelaide.box.com/s/phqfzpvhe0obmkvn17akn9qw47u1m44i, transform your dataset as same as the examples

Sakurayx commented 3 years ago

same error! did u solve the problem?

I'v solved the problem,download the example dataset from https://universityofadelaide.box.com/s/phqfzpvhe0obmkvn17akn9qw47u1m44i, transform your dataset as same as the examples

Thank you and I 've solved the problem!