Next event

31/10/2024

Round table session: ‘AI applications in the (high-tech) manufacturing industry’- October 31st

Evaluation of technologies for environment recognition and object identification in robotic processes

Service description

Evaluation of customer’s technologies for environment recognition and object identification in robotic processes against different use cases. Analysis of performance. Proposal and initial evaluation of alternative, complementary or improved solutions to maximice the capabilities and perfomance of the proposed solution in objective use cases. The result will be a pilot application to evaluate the different algorithms for a specific use case and to show potential of other advanced technologies. Target audience: development companies – robotics companies.

Enhance your manufacturing
project with AI technologies

jQuery(document).ready(function($) { // Fonction pour mettre à jour le compteur de résultats après le filtrage AJAX function updateResultsCount() { // Fait une requête AJAX pour récupérer la nouvelle page après filtrage $.ajax({ url: window.location.href, // URL actuelle de la page type: 'GET', success: function(response) { // Cherche le compteur de résultats dans la réponse HTML var newCount = $(response).find('.results-count').text(); // Met à jour l'élément actuel avec le nouveau nombre $('.results-count').text(newCount); } }); } // Déclenchement après l'application du filtre via AJAX $(document).on('wbwpf_ajax_filter_success', function() { updateResultsCount(); }); });