Skip to content

Releases: waikato-datamining/tensorflow

wai.tflite_model_maker v0.0.3

06 Oct 02:48
Compare
Choose a tag to compare
  • handling custom hyper parameters now correctly

wai.tflite_model_maker v0.0.2

06 Oct 01:10
Compare
Choose a tag to compare
  • added tools for image classification (train/predict)
  • added support for model optimization (float16, dynamic)

wai.tflite_model_maker v0.0.1

05 Oct 03:45
Compare
Choose a tag to compare
  • initial release (only support for object detection)

wai.tfimageclass v0.0.14

20 Apr 00:55
Compare
Choose a tag to compare
  • added --replace_chars option to retrain.py to better manage what characters get replaced with blanks in labels

wai.tfimageclass v0.0.13

16 Apr 05:00
Compare
Choose a tag to compare
  • added ability to stats.py to output confusion matrix as well (--output_conf_matrix and --conf_matrix_type)

wai.tfimageclass v0.0.12

14 Apr 02:54
Compare
Choose a tag to compare
  • poll.py now handles keyboard interrupts properly
  • stats.py can use tflite model now as well, using --graph_type tflite

wai.tfimageclass v0.0.11

25 Jan 20:59
Compare
Choose a tag to compare
  • poll.py can output predictions now in: csv, xml, json
  • label_image.py can output predictions to stdout or a file and in: plaintext (current), csv, xml, json

wai.tfimageclass v0.0.10

25 Jan 04:05
Compare
Choose a tag to compare
  • removed ability to split images into grid from poll.py
  • added tfic-export tool to export saved model folder to Tensorflow lite model
  • added support for using tflite models to tfic-poll and tfic-labelimage

wai.tfimageclass v0.0.9

20 Oct 23:08
Compare
Choose a tag to compare
  • poll.py accidentally redefined variable for resetting session (int/bool)

wai.tfimageclass v0.0.8

20 Oct 22:47
Compare
Choose a tag to compare
  • poll.py now re-initializes the Tensorflow session every X processed images to avoid out of memory problems (--reset_session option).