ryanjay0 / miles-deep

Deep Learning Porn Video Classifier/Editor with Caffe
GNU General Public License v3.0
2.6k stars 284 forks source link

Invalid option -- 'v' #6

Closed leiptrstormr closed 7 years ago

leiptrstormr commented 7 years ago

It happens whichever way I use it, but for the sake of simplicity. ./miles-deep -v 0.75 vid.mp4 I've also noticed minimum scores are being ignored. ./miles-deep -s 0.75 vid.mp4 I've even gone so far as to modify line 369 and 370 in miles-deep.cpp to 0.75 and recompile. Not sure whats going on here.

ryanjay0 commented 7 years ago

There were so many bugs related to this. I'm glad you found it and a little embarrassed. I made those variable ints so when you would modify those lines it was just setting them to zero. Also I was using atoi() instead of atof() and -v wasnt even set as a valid option. Now its all fixed and should work.

I may even make a release for these changes.