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

NotImplementedError: [] not recognized #6

Open
CLOT-SALUTE opened this issue Aug 3, 2021 · 2 comments
Open

NotImplementedError: [] not recognized #6

CLOT-SALUTE opened this issue Aug 3, 2021 · 2 comments

Comments

@CLOT-SALUTE
Copy link

Traceback (most recent call last):
File "/backup1/S320080026/Fewshot_Detection-master/train_meta.py", line 114, in
test_metaset = dataset.MetaDataset(metafiles=metadict, train=True)
File "/backup1/S320080026/Fewshot_Detection-master/dataset.py", line 323, in init
raise NotImplementedError('{} not recognized'.format(pair))
NotImplementedError: [] not recognized

I can't find this error,can you help me

@Bohao-Lee
Copy link
Owner

Traceback (most recent call last):
File "/backup1/S320080026/Fewshot_Detection-master/train_meta.py", line 114, in
test_metaset = dataset.MetaDataset(metafiles=metadict, train=True)
File "/backup1/S320080026/Fewshot_Detection-master/dataset.py", line 323, in init
raise NotImplementedError('{} not recognized'.format(pair))
NotImplementedError: [] not recognized

I can't find this error,can you help me

I have never met this error before. Can you recheck whether the data is prepared correctly?

@kobemaker
Copy link

回溯(最近一次调用):文件 “/backup1/S320080026/Fewshot_Detection-master/train_meta.py”,第 114 行,在 test_metaset = 数据集中。MetaDataset(metafiles=metadict, train=True) File “/backup1/S320080026/Fewshot_Detection-master/dataset.py”,第 323 行,在 init 中引发 NotImplementError('{} not recognized'.format(pair)) NotImplementError: [] 无法识别

我找不到此错误,你能帮我吗

我也遇到了类似的问题,请问您是如何解决的

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