kushalvyas / Bag-of-Visual-Words-Python

Implementing Bag of Visual words approach for object classification and detection

Home Page:https://kushalvyas.github.io/BOV.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行出错

hourwang opened this issue · comments

你好,我下载了您的代码,但是运行的时候,Bag.py
for word, imlist in self.images.items():
self.name_dict[str(label_count)] = word
print("Computing Features for ", word)
print(imlist)
for im in imlist:

这里由于python3,我改成了items(),但是imlist传进来是个空的,请问这是怎么回事呢?
我很着急,能麻烦您跟我联系一下么?