ryanjay0 / miles-deep

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

Why you make the test on training samples? #23

Closed BKZero closed 6 years ago

BKZero commented 6 years ago

i am not quite understand how you make your test on your model. you said "The training database consists of 36,000 (and 2500 test images) images" and "tested on 2500 training images"? i guess you test your model on the training set and got a result with accuracy 95.7, but i want to know the result on other dataset. if i understand wrong please tell me.

ryanjay0 commented 6 years ago

That's a typo. I tested on images from videos not in the training set. The results reported are from the test set. Thanks for catching that error.