Use YOLOX object detection in Pixeltable by defining your schema, then using it
pixeltable-yolox
is a lightweight, Apache-licensed object detection library built on PyTorch. It is a fork of the MegVii YOLOX package, modernized for recent versions of Python and refactored for easier use as a Python library. This library is designed for developers seeking a modern, accessible object detection solution for both academic and commercial projects.
Install Dependencies
Define Your Detection Workflow
table.py
:Use Your App
app.py
:pixeltable-yolox
provides detailed output including bounding boxes, confidence scores, and class labels based on the COCO dataset categories.