aim-uofa / AdelaiDet

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

想问一下数BoxInst做自己的数据集时候,用labelme标注同一类别不同实例如何命名呢?I would like to ask how to name different instances of the same category with labelme when using BoxInst as your own data set? #602

Open Midlesun opened 1 year ago

Midlesun commented 1 year ago

我标注为cat1,cat2在注册自己数据集 {"color": [220, 20, 60], "isthing": 1, "id": 1, "name": "cat1"}, {"color": [119, 11, 32], "isthing": 1, "id": 2, "name": "cat2"},
还是 {"color": [119, 11, 32], "isthing": 1, "id": 1, "name": "cat"}呢?

I marked it as cat1, and cat2 is registering its own dataset {"color": [220, 20, 60], "istthing": 1, "id": 1, "name": "cat1"}, {"color": [119, 11, 32], "isthing": 1, "id": 2, "name": "cat2"},

OR {"color": [119, 11, 32], "istthing": 1, "id": 1, "name": "cat"}?

ZzBoAYU commented 1 year ago

{"color": [119, 11, 32], "isthing": 1, "id": 1, "name": "cat"}这样