Listing Thumbnail

    YOLOX - Train and Deploy on Ambarella

     Info
    Deployed on AWS
    Train, optimize, and deploy a YOLOX small variant object detection model in Amazon SageMaker for Ambarella edge AI chipsets. This algorithm fine-tunes the YOLOX small variant on custom datasets, then compiles deployment-ready CVFlow artifacts for CV72, CV75, CV7, and N1-655 platforms. The included inference server supports both real-time and asynchronous SageMaker inference endpoints.

    Overview

    The algorithm delivers a fully automated, end-to-end pipeline for training and deploying YOLOX small which is a high-accuracy, anchor-free object detection network optimized for Ambarella edge AI processors. Users supply a custom labeled dataset and configure key hyperparameters (image resolution, number of classes, epochs, batch size, learning rate, and target chipset), and the algorithm manages the complete training workflow on AWS GPU instances.

    Upon training completion, the best checkpoint is automatically compiled into Ambarella CVFlow artifacts. The tools generate an ambapb checkpoint (compiled artifacts represented in ONNX format) for host evaluation and a cavalry binary to deploy on Ambarella CV-series chipsets. All compiled outputs are stored as SageMaker model artifacts, ready for deployment.

    This SageMaker algorithm provides an end-to-end workflow to train and deploy a YOLOX small variant, a high-accuracy, anchor-free object detection network, for Ambarella edge AI processors. Users can bring their own labeled dataset, configure core hyperparameters (image resolution, number of classes, epochs, batch size, learning rate, and chipset), and run training on AWS GPU infrastructure using a managed pipeline. After training, the best checkpoint is automatically converted into Ambarella CVFlow deployment artifacts. The toolchain produces an AmbaPB checkpoint for host-side evaluation and a cavalry binary for deployment on Ambarella CV-series chipsets, including CV72, CV75, CV7, and N1-655. Generated outputs are packaged as SageMaker model artifacts for straightforward deployment and lifecycle management.

    For inference, the bundled server loads CVFlow artifacts and exposes REST endpoints compatible with SageMaker real-time and asynchronous inference. Input images are preprocessed, executed through Ambarella runtime, and returned as JSON detections, enabling low-latency and scalable object detection workflows from model training to production deployment.

    Highlights

    • End-to-end YOLOX small variant in SageMaker: Train with configurable hyperparameters on custom datasets using AWS GPU compute. Ambarella CVFlow deployment ready: Automatically generate AmbaPB and cavalry artifacts for CV72, CV75, CV7, and N1-655. Production inference flexibility: Deploy the same model package to both real-time and asynchronous SageMaker endpoints.

    Details

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    YOLOX - Train and Deploy on Ambarella

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    This product is offered at no charge, so no software usage fees are collected and refunds do not apply. Customers are responsible for any AWS infrastructure charges incurred while using the product.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker algorithm

    An Amazon SageMaker algorithm is a machine learning model that requires your training data to make predictions. Use the included training algorithm to generate your unique model artifact. Then deploy the model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Before deploying the model, train it with your data using the algorithm training process. You're billed for software and SageMaker infrastructure costs only during training. Duration depends on the algorithm, instance type, and training data size. When training completes, the model artifacts save to your Amazon S3 bucket. These artifacts load into the model when you deploy for real-time inference or batch processing. For more information, see Use an Algorithm to Run a Training Job  .
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    This is the first release of the YOLOX small training and inference algorithm on Amazon SageMaker.

    Features

    End-to-end training pipeline for the YOLOX small object detection network on custom datasets using AWS GPU instances.

    Configurable hyper-parameters including image resolution, number of classes, epochs, batch size, learning rate, warmup epochs, and target Ambarella chipset.

    Automatic compilation of the best training checkpoint into Ambarella CVFlow deployment artifacts, including an AmbaPB checkpoint for host evaluation and a cavalry binary for on-device deployment.

    Support for Ambarella CV-series chipsets: CV72, CV75, CV7, and N1-655.

    Real-time and asynchronous SageMaker inference endpoints via a bundled REST inference server

    Additional details

    Inputs

    Summary

    The inference endpoint accepts a single JPEG image per request submitted as raw binary data in the HTTP request body.

    Content type: image/jpg Format: Raw JPEG binary data in the HTTP request body Color space: RGB, 3-channel Spatial resolution: Any resolution. The server automatically resizes and letterbox-pads the image to the model's configured input size. Preprocessing: Handled on the server-side.

    Limitations for input type
    File format: JPEG only (image/jpg). Other image formats (PNG, BMP, TIFF, etc.) are not supported. Requests with unsupported content types will return HTTP 415.
    https://github.com/Ambarella-Inc/ambarella-sagemaker-examples/blob/59f0ae5204dba527145a2ba21e6590c6f8c7ff70/YOLOX/sample_images/IMG_2289.jpg
    https://github.com/Ambarella-Inc/ambarella-sagemaker-examples/blob/59f0ae5204dba527145a2ba21e6590c6f8c7ff70/YOLOX/sample_images/IMG_2289.jpg

    Support

    Vendor support

    Please email to inquiries@ambarella.com  for support related questions.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.