yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.
BSD 2-Clause "Simplified" License
5.86k stars 1.05k forks source link

how to label the fine-tune data #60

Open Frankdog opened 6 years ago

Frankdog commented 6 years ago

i collect some violent images and normal images, and want to use them for fine-tune to detect violent image.
i label them like this:

label violent images as 1 label normal images as 0

do i label them right ? or i need to label normal images as -1 ?

SerjSmor commented 6 years ago

@Frankdog, could you elaborate on how do you fine tune ? What is the process? which script do you use ?