Joel Murray
Joel Murray
**Is your feature request related to a problem? Please describe.** I have a uint16 image data from a thermal camera and I would like to save a paletted jxl file...
### What is the motivation for this task? I am investigating the anomaly maps I am generating, which use the min/max normalization parameters as well as the threshold that anomalib...
### Describe the bug I am working with the EfficientAD model and I have been training the model in AWS Sagemaker. I have noticed the GPU memory usage explodes during...
The following code used to work in Tensorflow < 2.6. Upon Tensorflow 2.6, we had to import tensorflow_io. However, the tf.io.gfile.rename function which used to work on directories in S3...
Hi there, I see the library is under the GPL v3 license. I would like to use the pretrained models for commercial usage, and we cannot opensource our code. Our...
According to [the docs](https://openvinotoolkit.github.io/training_extensions/stable/guide/explanation/additional_features/config_input_size.html), the input sizes supported by OTX is a set list of square input sizes. With most convolutional model architectures, it should be possible to use non-square...
My team and I have been using OpenVINO for a couple of years now, deploying our converted Tensorflow models to the edge as IR Format models. Recently I have been...
When upgrading from OTX 1.6 to 2.X I noticed the mean_values and scale_values seemed to have moved from the XML file from the "conversion_parameters" to "model_info". Am I right and...
Currently the models' export functions use hardcoded mean and standard deviation values when generating the IR format model. I am using different values for training on my grayscale dataset and...
[MobileNet V4 was published](https://arxiv.org/abs/2404.10518) this summer and the [latest version of timm added support](https://huggingface.co/blog/rwightman/mobilenetv4) for the MobileNet V4 family of models. A snippet from the paper regarding performance compared to...