SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.17k stars 507 forks source link

feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs #1157

Closed Wanglongzhi2001 closed 12 months ago

Wanglongzhi2001 commented 12 months ago

Because the oprs related to tf.image in tf.net is missing a lot, so add some oprs and test.