3D Gaussian Splatting is a new algorithm for synthesising photo-realistic 3D scenes from 2D images. This algorithm has been developed in 2023 by INRIA in Sophia Antipolis. In just a few months, it has become the reference in the field. This solution is broken down into 2 parts: a tool for training scenes with Pytorch […] Continue reading "A new algorithm for synthetising photo-realistic 3D scenes for OpenXR"
IoT Continuum allows you to gain in efficiency by capitalising on everything that has been achieved in the previous development cycles of your industrial IoT project. The components and design used from the start-up phase (PoC ― Proof of Concept) are scalable and compatible with the industrial deployment phase. So there’s no need to redesign, […] Continue reading "An IoT development kit with IoT Continuum"
An abstraction and access control layer for containers on RIOT OS TinyContainer allows to deploy an IoT logic adapted to a context (personalized user experience or deployment of an intelligence model) while controlling access to the exposed IoT resources. TinyContainer was presented in the RIOT Summit in September 2023. In the presentation, we described the […] Continue reading "TinyContainer"
A low-impact internal latency measurement tool for OpenAirInterface 5G should provide low latency transmissions for new services (e.g. Industry 4.0). The measurement of such latencies inside the access network is a challenge for which LatSeq is designed. LatSeq is an open-source tool for fine-grained analysis of latency inside the OpenAirInterface base station. This tool is […] Continue reading "LatSeq"
Bmc-cache is a transparent, first-level cache for memcached. Bmc-cache leverages the eBPF technology to enable runtime, crash-safe extension of the Linux kernel, as well as the XDP technology to process memcached requests before the execution of the kernel network stack. Bmc-cache can be used without modifying either the application or the Linux kernel and can […] Continue reading "Accelerating key-value-store applications with bmc-cache"
Orange Applications for Business presents pcap2c. This library will convert captured network traffic as pcap files (with Wireshark or tcpdump tool, for example) into C structures to be embedded directly into a C/C++ source code. This small tool depends on the libpcap component. pcap2c is now available on Orange-OpenSource GitHub under the BSD 3-Clause license.