Gant Laborde

Results 367 comments of Gant Laborde

Taking a look at your code, you might need to wait for the `image.onload` event to fire before accessing the image. How are you calling this more than once? This...

There's a small chance that the image is "tearing," meaning that you're sending it to the model before it's finished loading. Usually this will cause an issue with the first...

The new one is supposed to have better accuracy. Use the DAG 93. Can you provide some false positives here? I can elaborate on the pros/cons, but I want to...

Our latest model was provided by @TechnikEmpire so I'm tagging em here. My email is Gant and the domain is infinite.red

I got the email @ghnp5 thanks so much. @TechnikEmpire - thanks for checking for overfitting! I'll look forward to your update.

I'm super excited to see your new model @TechnikEmpire ! Lots of people use NSFWJS and I'd love for your advanced model to be the de facto standard.

Odd! The JS model is generated FROM the Keras model. Would you like to share your Keras comparison code?

This is news to me! I wonder why quantization improves accuracy.

Hiya! The problem might be this hardcoded 3 https://github.com/infinitered/nsfwjs/blob/master/src/index.ts#L129 But to be sure I'd need to run your code to be 100 sure. Can you try modifying this 3 to...

You don't have to. I didn't know if you had a nice example setup. Like specific with URL so I could just pull down the code and try to debug....