An overview of recent progress and challenges in AI

If ChatGPT is today at the heart of the debate, it is already almost part of the past: its successors are being born these weeks.New multimodal robots are emerging. Going far beyond image creation, or answering questions, they are conversational robots with long arms: they can read and write on the internet, generate and analyze texts, images and videos, recognize and imitate voices, write and execute programs, make phone calls, etc.  They are extremely easy to use, especially because they are programmed in plain English, and bound to become extremely powerful.They are also becoming dangerous, since automated mass…

Read More

Annoucing ImmVision

ImmVision (a.k.a Immediate Vision) is an image debugger and viewer.ImmDebug: standalone Image Debugger (during execution, and post-mortem)Video tutorial on Youtubeimmvision includes an advanced image debugger for OpenCV which you  can easily plug into your C++ projects in order to be able to visually  debug images inside your image processing algorithms, during execution  or even after execution (post-mortem).This requires no dependency apart from OpenCV, and you do not need to link your program to immvision (you will just need to copy 4 cpp files in your project).The immdebug applicationImage ViewerVideo tutorial on YouTubeThis image viewer…

Read More

Announcing Dear ImGui Bundle

Announcing Dear ImGui Bundle

Dear ImGui Bundle is a quick-start and all-batteries-included framework to create cross-platform apps with Dear ImGui. It enables to easily create ImGui applications in C++ and Python, under Windows, macOS, Linux, and emscripten (and also iOS).It is aimed at application developers, researchers, and who want to quickly develop apps and prototypes, taking advantage of the Immediate Gui paradigm. Click here for a fully interactive demo (in your browser, using emscripten)DocumentationIncluded libraries:Dear ImGui Bundle includes the following libraries: imgui : Dear ImGui, bloat-free Graphical User interface for C++ with minimal dependencies implot: Immediate Mode Plotting Hello ImGui: cross-platform Gui…

Read More