WolfEngine
WolfEngine copied to clipboard
Wolf is a set of modules for real-time rendering, real-time streaming and game developing
# 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...
To further more automate integrity checks in CI, library requires proper CI for its android platform, targeting `armeabi-v7a` and `arm64-v8a` architectures. related to: #451
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.
Our build actions should support the following architectures: - windows x64 - linux x64 - macOS x64 - android armv7 - android armv8 - android arm64 - ios arm64
It has been decided to use QUIC as the transmission protocol in WOLF. There are plenty of libraries that implemented this protocol such as: - [quiche](https://github.com/cloudflare/quiche) - [quinn](https://github.com/quinn-rs/quinn) - [MsQuic](https://github.com/microsoft/msquic)...
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.
Currently, only windows ffmpeg libraries are included in `wolf`. To support android version, android ffmpeg built libraries are also needed to be added to `wolf`. Architectures to be supported: -...