Skip to content

Releases: bhky/opennsfw2

0.13.7

28 Dec 02:11
Compare
Choose a tag to compare
  • For Keras 2 compatibility, a generic type var KerasTensor is defined instead of using keras.KerasTensor directly, as the latter is only available in Keras 3.
  • Relax version requirement for Keras in setup config

0.13.4

21 Dec 08:08
Compare
Choose a tag to compare
  • Allow passing a model name to the make_open_nsfw_model function. This will be used as the name attribute of the returned Keras model object. The default name is opennsfw2.
  • Fix logic for updating the internal global model variable.

0.13.2

21 Dec 02:57
Compare
Choose a tag to compare
  • Use Keras 3 instead of Keras Core
  • Drop support for Python 3.8; add support for Python 3.11

0.12.1

07 Dec 01:51
Compare
Choose a tag to compare
  • Improve internal batching logic for predicting from image paths.

0.12.0

02 Dec 03:57
Compare
Choose a tag to compare
  • Improve support for using the APIs in a loop, in particular, reduce the memory usage due to re-creating the model object.

0.11.0

05 Aug 05:13
Compare
Choose a tag to compare
  • Switch from tf.keras to keras_core
  • Include test run for JAX backend
  • Update README
  • Other minor fixes

0.10.2

18 Oct 09:48
Compare
Choose a tag to compare
  • Fixed model inference usage to avoid potential TF mem-leak

0.10.1

03 Jun 03:35
Compare
Choose a tag to compare
  • Remove grad_cam_height and grad_cam_width settings, the output grad-cam image will always be the same size as the input image
  • Default alpha is 0.8

0.9.2

21 May 02:15
Compare
Choose a tag to compare
  • Add progress bar for predicting video frames.
  • Set all default batch sizes to 8.

0.8.0

17 May 13:06
Compare
Choose a tag to compare

Add aggregation support for predicting video frames.