mdietrichstein / tensorflow-open_nsfw

Tensorflow Implementation of Yahoo's Open NSFW Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feed a batch of opencv images

r-y-zadeh opened this issue · comments

I'll try to read a number of images with opencv and feed the batch of them to the model. but with both yahoo_loader and tensorflow_loader I got errors. is there a way to use opencv images instead of the tensorflow/yahoo loader?

I might add an OpenCV image loader in the future, but currently you would have to create your own. Take a look at the yahoo loader implementation for inspiration.