GantMan / nsfw_model

Keras model of NSFW detector
Other
1.73k stars 272 forks source link

NSFW Detection #5

Closed Kadantte closed 5 years ago

Kadantte commented 5 years ago

Is there a way to use something like this? https://api.deepai.org/result/ad586df1-e781-409f-a3c5-ec14977c5b82

bedapudi6788 commented 5 years ago

Hi @Kadantte , I think doing this won't be possible without manually drawing bounding boxes on the images.

Kadantte commented 5 years ago

Already have pictures with boxes but without JSON files I've them in text files. I am new at this stuff so is your training code could help with training a model for this purpose?

bedapudi6788 commented 5 years ago

@Kadantte , to do this you will need to train a object recognition model. https://github.com/pierluigiferrari/ssd_keras might be a good start. On a side note, you will need a lot of images to train this type of model.

Kadantte commented 5 years ago

Thank's for help, anyway i E-mailed you again.

GantMan commented 5 years ago

@Kadantte - let us know if you ever make a dataset available.

Especially if you add the bounding boxes to this large dataset

For now I'll close this issue.