module pixeltable.functions.yolox
YOLOX object detection functions.udf yolo_to_coco()
Signature
detections(pxt.Json): The output of a YOLOX object detection model, as returned byyolox.
pxt.Json: A dictionary containing the data fromdetections, converted to COCO format.
tbl.detections to COCO format, where tbl.image is the image for which detections were computed:
udf yolox()
Signature
model_id should reference one of the models
defined in the YOLOX documentation.
Requirements:
pip install pixeltable-yolox
model_id(pxt.String): one of:yolox_nano,yolox_tiny,yolox_s,yolox_m,yolox_l,yolox_xthreshold(pxt.Float): the threshold for object detection
pxt.Json: A dictionary containing the output of the object detection model.
yolox_m to an existing Pixeltable column tbl.image of the table tbl: