Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #1

Open
CodeUp-Ma opened this issue Aug 11, 2022 · 2 comments
Open

IndexError: list index out of range #1

CodeUp-Ma opened this issue Aug 11, 2022 · 2 comments

Comments

@CodeUp-Ma
Copy link

您好,
使用数据集coco_2017_train_nonvoc时可以进行训练。
使用数据集coco_2017_train_voc_1_shot时会报错。
1660212244325
请问,这是什么问题造成的?

@Jaraxxus-Me
Copy link
Owner

coco_2017_train_voc_1_shot数据集是微调过程使用的。
因为AirDet主要针对无需微调设计,微调过程的代码暂时没有上传。微调过程需要修改dataset_mapper.py,目前的代码逻辑应该是需要一张同类图片做query,另一张同类图片做support。然而one-shot我们一共只有一张图片,故而会报错。
微调的具体代码你看能否自行修改一下,应该不复杂。

@shanguangcv
Copy link

Hi, when is the fine-tuned code updated? I think it is also important to reproduce your performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants