bikz05 / bag-of-words

Python Implementation of Bag of Words for Image Recognition using OpenCV and sklearn
217 stars 106 forks source link

I want to run them from another Python Script #5

Closed sezan92 closed 8 years ago

sezan92 commented 8 years ago

Hello! You've done a wonderful job! I wanted to run these codes from another python scripts. How should I do it ? Please Help! :)

bikz05 commented 8 years ago

Hi there,

I haven't written the code in a way that you can call it from other scripts. Apologies for that. But will do it, once I get time.

Having said that, I don't think it's tough to do that. You just need to convert the code into function and call the functions.

sezan92 commented 8 years ago

I tried that, but that didnt work for some unknown reasons!