Skip to content

Releases: tmplink/nsfw_detector

v1.8

08 Dec 07:20
787ca04
Compare
Choose a tag to compare

Release Notes:

  1. Added PowerShell Docker build script for Windows (cross-platform).
  2. Added configuration file reading functionality.

v1.7

02 Dec 16:43
558540c
Compare
Choose a tag to compare

Imporve performance

v1.6

30 Nov 13:10
920684e
Compare
Choose a tag to compare

In this version, we modified the processing workflow for RAR files. Now it follows the same approach as 7z files - first extracting the files that need to be processed, then performing the checks, in order to improve efficiency.

v1.5

29 Nov 00:16
7382596
Compare
Choose a tag to compare

New feature

Add local file support

v1.4

27 Nov 02:25
c938e86
Compare
Choose a tag to compare

News:

  • In this version, improved support for various video formats.
  • Video processing timeout has been increased from 600 seconds to 1800 seconds.

v1.3

20 Nov 16:04
28e6fc6
Compare
Choose a tag to compare

New changes:

  1. Automatic extraction and inspection of nested compressed files within compressed archives
  2. Optimized video file inspection mechanism to reduce memory usage
  3. Adjusted file upload processing workflow to reduce memory consumption

v1.2

17 Nov 14:29
a21ef19
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where 7z files couldn't be properly extracted and scanned
  • Fixed issue where RAR files couldn't be properly extracted and scanned

Performance Improvements

Build Script Performance Enhancement

Adjusted the execution order of build scripts to optimize performance.

Improved Video Processing Performance

Replaced OpenCV with FFmpeg. For video processing, FFmpeg is clearly more specialized and performs much better than OpenCV.

Specific Optimization for 7z Files

Since 7z files don't have the performance advantage of simultaneous extraction and scanning, a separate processing workflow has been implemented for 7z files: first obtain the list of files to be processed, then extract all these files before performing the scan. This will improve the processing time for 7z files.

v1.1

17 Nov 10:44
423bdc3
Compare
Choose a tag to compare

Optimize the archive file processing class, add support for 7z files and error handling

v1.0

17 Nov 07:49
13d618b
Compare
Choose a tag to compare

What's Changed

  • Added support for scanning compressed files
  • Added web interface for testing and demonstrations
  • Added automated build scripts

v0.3

16 Nov 01:56
1ea1a53
Compare
Choose a tag to compare

What's Changed

Full Changelog: mainline-v0.2...mainline-v0.3