Skip to main content

SR QDEO Y UV 1280x720 to 3840x2160

A QDEO-based super-resolution model converting YUV images from 1280x720 to 3840x2160 resolution.

Supported processors

  • SL1680
  • SL1640

Performance

SyNAP

20.59ms
Inference Time
21.84ms
Init Time

TFLite NPU

32.49ms
Inference Time
149.43ms
Init Time

SR QDEO Y UV 1280x720 to 3840x2160

Model Overview

A QDEO-based super-resolution model converting YUV images from 1280x720 to 3840x2160 resolution.

The SR QDEO Y UV 1280x720 to 3840x2160 model is developed and optimized for the Synaptics Astra™ SL1680 processor NPU and SL1640 processor NPU.

Model Features

  • Model Type: Image Processing
  • Input Size: 1280x720
  • Output Size: 3840x2160

ℹ️ INFO: This model is ready to use on Synaptics Astra Machina boards. An NPU optimized version of the SR QDEO Y UV 1280x720 to 3840x2160 is installed in the Astra SDK Image.

Deployment on Synaptics Astra SL1600 Series

This particular model is compiled for Synaptics Astra SL1680 processor. You can find this model already pre-installed on Machina™ Dev kit with SL1680 processor.

You can also find the same model compiled for Synaptics Astra SL1640 processor pre-installed on Machina™ Dev kit with SL1640 processor.

Synaptics Astra Machina™ is Modular developer kit for Astra SL-Series of high-performance IoT processors with integrated Synaptics Veros™ wireless connectivity solution. Learn more here

Application binary

The synap_cli_ip command line application supports image processing models like SR QDEO Y UV 1280x720 to 3840x2160, including super-resolution.

Inputs:

  • The converted synap model (.synap extension)
  • Optionally, a region of interest in the image (if supported by the model)
  • One or more raw images (nv12, nv21, rgb, bgr, bgra, gray, or bin formats)

Outputs:

  • Processed image files named outimage<i>_<W>x<H>.<ext>, where:
    • <i> is the input file index
    • <W>x<H> are the output dimensions
    • <ext> is the output format (e.g., nv12 or rgb)

Command line usage on Astra SL1680 and SL1640:

MODELS=/usr/share/synap/models/

cd $MODELS/image_processing/super_resolution/model/qdeo_y_uv/sr_qdeo_y_uv_1280x720_3840x2160

synap_cli_ip -m model.synap ../../sample/ref_1280x720.nv12

Example output on SL1680:

Input image: ../../sample/ref_1280x720.nv12
Inference time: 20.59 ms
Writing output to file: outimage0_3840x2160.rgb

💡NOTE: Input images are resized to the network input tensor size, except for nv12, where input files must match the network’s expected dimensions.

💡NOTE: Use image_to_raw from the SyNAP toolkit to convert JPEG/PNG images to raw formats (e.g., nv12).

Performance on NPU

ProcessorsInference Time (ms)
SL168020.59
SL164026.16

Optimize and Customize the model

Advanced users may wish to customize the source model and recompile it for the Synaptics Astra NPU. Please refer to the Bring Your Own Model section for more information.

License

The source model is licensed under Apache License 2.0.

The compiled model for on-device deployment is covered under the Synaptics Astra EULA.

Learn More

Related models