Skip to content

Releases: nextcloud/recognize

v3.6.3

14 Mar 12:24
Compare
Choose a tag to compare

Fixed

  • Don't remove all assigned tags in resetClassifications
  • Face clustering: Increase MIN_DATASET_SIZE to avoid shit clusters
  • Face Clustering: Avoid OOM by not requesting all unclustered detections from db
  • Increase node download timeout
  • FileListener: Add caching of expensive queries and don't recurse when node is created or deleted
  • 馃敔 Update translations from Transifex

v3.6.2

08 Mar 13:27
Compare
Choose a tag to compare

Fixed

  • Revert "Utilize mozart to avoid dependency hell" to avoid mozart hell

v3.6.1

07 Mar 07:15
Compare
Choose a tag to compare

Fixed

  • Add missing composer.json to build bundle

v3.6.0

06 Mar 13:47
Compare
Choose a tag to compare

New

  • Listen to ignore file changes

Fixed

  • Copy face detections to sharees on ShareCreated; Delete them on ShareDeleted
  • Add face detections for all users that can see the file
  • Implement code paths for moving files
  • limit ffmpeg CPU core usage according to settings
  • Utilize mozart to avoid dependency hell
  • Update translations from Transifex
  • Add note about 1-core policy for WASM
  • Allow downloading node builds for arm64 musl

v3.5.0

09 Feb 12:58
Compare
Choose a tag to compare

New

  • Clustering: Cap clustering batch size at 10k
  • Implement new face clustering algorithm (HDBSCAN) thanks to @MB-Finski
  • Add command: recognize:reset-face-clusters

v3.4.0

03 Feb 16:00
Compare
Choose a tag to compare

New

  • Implement cluster-faces command
  • Update tfjs

Fixed

  • Classifier: Log real file names
  • InstallDeps: Avoid chmod error by checking if file exists
  • Add another catch handler for previewProvider#getPreview
  • Classifier: Suppress getimagesize errors
  • Classifier: Clean up tmp files after classification

v3.3.6

16 Jan 11:28
Compare
Choose a tag to compare

Fixed

  • Fix Installation routine
  • StorageService: Don't throw if root is not found

v3.3.5

14 Jan 09:25
Compare
Choose a tag to compare

Fixed

  • Add Migration step: Add index for detections#file_id column
  • Run custom ffmpeg install in InstallDeps (Support musicnn,movinet on ARM)
  • MusicnnClassifier: Increase WASM timeout
  • ClusteringFaceClassifier: Filter out non-straight faces
  • Set max execution time for classifier cron job
  • ViewAdmin: Don't mark "models still need to be downloaded" as success
  • Don't rerun InstallDeps when node binary exists already

v3.3.4

27 Dec 14:40
Compare
Choose a tag to compare

Fixed

  • increase install nodejs download timeout to 300s
  • Implement incremental clustering Marcel Klehr
  • FaceClusterAnalyzer: Increase cluster density
  • FaceClusterAnalyzer: Filter out too small faces
  • ClusteringFaceClassifier: Increase face recognition score

v3.3.3

14 Dec 15:02
Compare
Choose a tag to compare

Fixed

  • Fix bundle size