AnomalyGPT:Detecting Industrial Anomalies using LargeVision-Language Models

Large Vision-Language Models (LVLMs) such as MiniGPT-4 and LLaVA have demonstrated the capability of understanding images and achieved remarkable performance in various visual tasks. Despite their strong abilities in recognizing common objects due to extensive training datasets, they lack specific domain knowledge and have a weaker understanding of localized details within objects, which hinders their[…]

OpenThaiGPT

🇹🇭 OpenThaiGPT 1.0.0-alpha OpenThaiGPT Version 1.0.0-alpha is the first Thai implementation of a 7B-parameter LLaMA v2 Chat model finetuned to follow Thai translated instructions below and makes use of the Huggingface LLaMA implementation. The official website can be found at: https://openthaigpt.aieat.or.th

Pack the Application

The information of the application package for TIYcam can be found in file system. In this article, we show how to use opkg tool to manage the application package. Package Management Tool Frequently used tools: Check installed packages: $opkg list-installed Check the information of the installed package: $ opkg info packagename Install or update the[…]

JES Shared Buffer Mechanism

The shared buffer of JES software is implemented by ‘jbuffer’. ‘jbuffer’ defines two roles: data producer and data consumer. Data producer creates a ring buffer, and publicizes the name of this ring buffer. ‘jbuffer’ manages the ring buffer like a queue. Data producer appends the generated data to the end of the queue, and doesn’t[…]

JES Software Bus

JES software bus is the highway of the JES software system. All inter-process communications are managed and handled by the bus. The JES bus is implemented by ‘jbus’. ‘jbus’ defines four roles: publisher, subscriber, requester and replier. ‘jbus’ addresses the communication problems of different processes that run on the same TIYcam. In a good design[…]

File System of JES system for TIYCam

JES uses linux file system OverlayFS. The main file system of JES is squash (read only). The extension file system (rewritable) can be jffs2, ubi, ext4 depending on the storage medium. The two file systems stack together and make a rewritable file system in logic. System Partition The system at least includes the following partitions:[…]