Bedapudi Praneeth
Bedapudi Praneeth
Can you please exaplin what the issue is.
https://github.com/notAI-tech/NudeNet/releases/tag/v0
> https://github.com/notAI-tech/NudeNet/releases/tag/v0 This has checkpoints in onnx, tf saved model and keras h5 formats.
@vijayky88 did the checkpoints above solve your issue?
NudeClassifier direcrty supports bacth prediction as shown in the example usage. NudeDetector supports batching, but it is not exposed directly as all images in batch need to have same dimensions....
> The docs really need to be updated. > Getting V2 to work is convoluted and some of the documentation/notes are misleading. To get the GPU version working took hours....
@Andrew-Chen-Wang I agree that the memory performance of this can be vastly improved. Making get_interest_frames_from_videoa and detect_video iterables is probably the easiest way to do this. I will implement it...
Hi,I believe onnxruntime is supported in android (I might be wrong though). If it is supported, I can provide an example java code that runs predictions using onnxruntime
For anyone looking for a way to make this library compatible with newer versions of keras and tf, replace the layers.py with https://github.com/bedapudi6788/seqtag-keras/blob/no_elmo/seqtag_keras/layers.py
Hi, v3 is released now and with lot less requirements. I am closing this issue for now. If gpu usage is needed, you can install nudenet first and then install...