Gant Laborde

Results 367 comments of Gant Laborde

If you're looking to load from a URL, you have to first load the image into an image object. Take a look at: https://github.com/infinitered/nsfwjs/blob/master/example/minimal_demo/index.html However, I'm considering adjusting the code...

Hi! You are correct. Training the entire dataset would be most impressive as I currently have around 30,000+ images per class. Additionally, I've increased the batch size to 32, which...

Here's a blog post I'm working on for how I trained the model: https://medium.com/@gantlaborde/howto-ai-nsfw-detection-229a9725829c

@devinhee - what's your data categorization error rate at? If you did a basic pull off of reddit etc. You might have some significant misclassifications that are holding your model...

Those two models are based on different architecture. They have different trained weights. I'm sorry they both think the image is porn. Can you share the neutral image? I can...

The favicon is good. If you have any design skills, maybe we can make the logo mix with the favicon? I'll take anything passable :)

@dotvhs - You can probably send your icons here: https://github.com/infinitered/nsfwjs-mobile/issues/3 We'll be hosting the React Native project there.

It looks like you're having node gyp errors. Try these: https://spin.atomicobject.com/2019/03/27/node-gyp-windows/ https://blog.logrocket.com/solving-common-issues-node-gyp/

One of the things worth noting, if you're decoding pixels/encoding pixels for node, I've been using the provided Node API - https://js.tensorflow.org/api_node/2.6.0/ which is built in.

You're right! I think Signal frame is the way to go. What do you foresee as the API? You call a frame based function and then pass the params for...