tflament
Results
2
comments of
tflament
Censoring isn't shown as an example however I was able to censor images with such a code : ```python from nudenet import NudeDetector detector = NudeDetector() detector.censor('image.jpg', out_path="censured_image.jpg") ``` The...
I have encountered the same issue and looking at the code this seems to be caused by function `pcap_dispatch` that is blocking for 10 seconds before returning : ~~~c pcap_dispatch(live_handle,...