pcv-book-code icon indicating copy to clipboard operation
pcv-book-code copied to clipboard

第七章imagesearch错误

Open auroua opened this issue 10 years ago • 0 comments

https://github.com/willard-yuan/pcv-book-code/blob/master/PCV/PCV/imagesearch/imagesearch.py#L58

self.con.execute("insert into imwords(imid,wordid,vocname) values (?,?,?)", (imid,word,self.voc.name))

这行程序是不是有问题,这种写法写入数据库的不是wordid,而是每个image直方图中word的个数。

auroua avatar Dec 31 '15 02:12 auroua