Skip to content

Releases: open-edge-platform/scenescape

SceneScape 2026.0.0 Release

06 Apr 16:23
dc8bf4a

Choose a tag to compare

🚀 Major Features and Enhancements

  • Standalone tracking microservice that can vertically scale to track 1000 objects.
  • Time-Chunked Tracking: Advanced time-chunking algorithms for improved tracking performance and accuracy
  • Extended Re-identification with a 2-tier architecture to improve Re-ID quality and scalability.
  • Mapping service enhancements: Video-Based Mapping, CLAHE pre-processing to improve mesh appearance
  • Controller outputs augmented to work with a physics engine
  • Controller Analytics Mode: New analytics-only mode for the controller with schema validation

🔧 Improvements

  • Debian Migration: Complete migration from Ubuntu to Debian base images across all services for reduced size and improved security
  • Non-Root Users: All services now run as non-root users with custom scenescape user implementation
  • Gateway API Resources: Migration from Ingress to Gateway API for improved networking
  • USB Camera Support: Dynamic camera configuration with USB camera support in Kubernetes
  • Test Automation: Comprehensive API test automation for all major endpoints (cameras, sensors, assets, regions, tripwires, users)
  • Performance Testing: Tracker evaluation pipeline with MVP implementation

📊 Performance and Optimization

  • Memory Leak Fixes: Resolved memory usage issues that caused steady increases over time
  • Thread Safety: Improved thread safety in Tracker Service MQTT client during shutdown
  • Resource Cleanup: Enhanced cleanup processes for tests and deployments
  • Build Optimization: Improved build paths, dependency management, and Docker caching
  • Image Size Optimization: Significant reduction in container image sizes through dependency optimization

🔗 Video Analytics Updates

  • Pipeline Optimization: Improved pipeline generation and GPU utilization
  • Model Management: Enhanced model downloading and management with updated model sets

📚 Developer Experience

  • Copilot Integration: Added copilot instructions for enhanced developer experience
  • Deployment Scripts: Enhanced deployment scripts with port installation choices

SceneScape 2025.2 Release

07 Dec 07:03
51d33b2

Choose a tag to compare

Core Features

  • Dynamic Camera Configuration: Support for dynamic camera configuration in Kubernetes deployments with support for GPU offload and model chaining
  • REST API in Autocalibration: New REST API endpoints for autocalibration service
  • Object Clustering: New object clustering service that enables analyzing properties of object clusters like shape, size, count and motion patterns
  • 3D Mapping Service: New mapping service that creates 3D meshes and calibrates cameras from camera inputs
  • Geospatial Map Creation: Integrated geospatial map creation and Scene LLA configuration
  • Time-Chunked Tracker: Improved tracker performance through time-chunked processing to track 100 objects at 15fps on PantherLake
  • Point Cloud Map Upload: Users can now upload point cloud maps
  • V2X Plugin: Readily deployable V2X plugin to convert SceneScape messages to V2X format

🔧 Improvements

  • Faster Deployment: Faster kubernetes deployment along with reduced dependencies and technical debt
  • Container Security: Updated services image to run as non-root user
  • Documentation: Improved architecture and how-to documentation
  • Simplify Manager Service: leverage docker hub hosted postgres image as database and use manager solely as web server for providing API endpoints and web UI
  • OpenTelemetry Integration: Added metrics and tracing to scene controller using OpenTelemetry
  • EMT OS Compatibility: Adjusted deploy.sh to run on EMT OS (ITEP-76868)

SceneScape v1.4.0

20 Aug 20:51
c12a9bd

Choose a tag to compare

SceneScape v1.4.0 introduces new features and significant performance improvements.

Feature Enhancements:

  • Volumetric regions of interest
  • Scene import/export
  • Enhanced tracker performance to handle 50 tracks reliably
  • Switch from Percebro to DLStreamer Pipeline Server as the Video Analytics engine
  • Native support for Geospatial Coordinate output

Improved Software Quality:

  • Refactor build systems, remove unnecessary dependencies, and optimize image sizes
  • Optimized build time - ~10 mins
  • Align to containerization best practices by leveraging volumes, secrets and configs

Documentation Updates
CI/CD Improvements
Security Enhancements
Bug Fixes

SceneScape v1.3.0

24 May 00:54

Choose a tag to compare

Release Notes

The SceneScape v1.3.0 marks the first time the complete Intel® SceneScape codebase is available on GitHub! We are excited to partner with the community to code, contribute, and innovate with us!

New in this release

  • Percebro, Scene Controller, Scene Manager and auto calibration docker images can be built independently.
  • SceneScape can be deployed using third-party mosquitto broker.
  • Scene Controller can simultaneously work with object detections from Percebro and Deep Learning Streamer Pipeline Server.
  • Except for scene manager service at initialization, all other services can operate independent of each other.
  • Better tracker scaling with increasing object categories
  • Reduced docker image sizes
  • Revised documentation
  • Bug fixes