Yegor ❤️

Results 33 comments of Yegor ❤️

I'll check it, but not sure that it easy to fix without crashing other websites

@navendu-pottekkat Is it time to do it? Could you pls check it out

@Ngalstyan4 Hi, wow, looks great, I hope I will find time in May to implement and test it

Hi @JasonBoy I faced with it too, you can try my fork https://github.com/nsfw-filter/gif-frames I return `ImageData` https://developer.mozilla.org/en-US/docs/Web/API/ImageData here https://github.com/nsfw-filter/save-pixels/commit/d93d42fdc5dcf7dc4500ea2f2e5c4e7289c27366 How to use for Node.js and Browsers https://github.com/infinitered/nsfwjs#classifygif

@vm Thanks for your changes, but still reproduce, could you please reopen

I'll try to implement it

@uzaysan Yeap, we can use same interface for `classifyVideo` method as we use for `classifyGif` https://github.com/infinitered/nsfwjs/pull/401/files#diff-f41e9d04a45c83f3b6f6e630f10117feL194 Add guard that checks is video fully buffered, if not - throw an error....

> But when I pass video buffer, It throws an unsupported Image error. @uzaysan This feature is not implemented yet, you can slice your video to images by yourself and...

yeap, great idea So if you want use classifyGif pls install `@nsfw-filter/nsfwjs` because this feature(`classifyGif`) has the status "Work in progress" (just some fixes for nsfw.com) but we use this...

Hi @GantMan I'll check it tommorow BTW, we have tfjs v 3.x.x in package.json https://github.com/infinitered/nsfwjs/blob/master/package.json#L27