MBSM110

Results 6 issues of MBSM110

# Pull Request Checklist Please check if your pull request fulfils the following requirements: * [x] The commit message follows our guidelines: * [x] Tests for the changes have been...

In the referee folder, there are certain files that are required for nudity detection projects, such as utilities and read_video_frames files. This task involves a simple refactor to make these...

Most of the available NSFW models are created using TensorFlow. However, we have recently switched to PyTorch as we find it more suitable for our needs. We are now utilizing...

We need to know our machine learning model accuracy and should have some quantitative criteria to measure the accuracy. In this task we provide a routine to achieve this goal.

Based on our NSFW model, the test should get a stream from a URL and process the stream content.

There is some memory leakage in ml codes, in this task, we try to find the line of code that raises these leakages and fix them.