InferenceEngine
Inference engine for 3D object recognition in Prolog
Install / Use
/learn @mlisicki/InferenceEngineREADME
Basic inference engine
Description
Basic inference engine for 3D object recognition with chair model (created in Blender) as use case.
Knowledge base structure is based on ideas covered in "Integration of different computational models in a computer vision framework" by Wlodziemirz Kasprzak.
The application can be run using the command:
run.sh [file.obj]
where [file.obj] is a wavefront file (e.g. chair.obj in provided example). The output is the full description of the inferred object. As it is recursive and includes the descriptions of all of its components I recommend using the Prolog environment for more comprehensive review (use the "[load]." command within the interpreter run in the project directory). Although all the example procedures can be easily read looking at the source code, I provide a few interresting exmples:
-
object(vertex,Grpah,Position).
-
object(segment,Graph,Position).
-
octree(segment,Octree,NewVertices).
-
show(Octree).
-
O1 =.. [object,segment,G1,P1], O2 =.. [object,segment,G2,P2], call(O1), call(O2), cv_arc(O1,O2,connected,_).
-
object(chair,Graph,Position).
Dependencies
- SWI-Prolog
Maintainer
Michal Lisicki
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
