kushalvyas / Bag-of-Visual-Words-Python

Implementing Bag of Visual words approach for object classification and detection
https://kushalvyas.github.io/BOV.html
MIT License
126 stars 68 forks source link

Warnings #1

Open mansoornasir opened 7 years ago

mansoornasir commented 7 years ago

I don't know why but i am getting a lot of deprecated warnings.

jandoG commented 7 years ago

Same here. @mansoornasir have you found the reason?

mansoornasir commented 7 years ago

Yeah, the main reason is because the Scalar function is deprecated and apparently there is a new one. I get around it by commenting it in the base directory of Python.

jandoG commented 7 years ago

Thank you :) Ill try it out!