udf yolo_to_coco()
detections(Json): The output of a YOLOX object detection model, as returned byyolox.
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()
model_id should reference one of the models
defined in the YOLOX documentation.
Requirements:
pip install pixeltable-yolox
model_id(String): one of:yolox_nano,yolox_tiny,yolox_s,yolox_m,yolox_l,yolox_xthreshold(Float): the threshold for object detection
Json: A dictionary containing the output of the object detection model.
yolox_m to an existing Pixeltable column tbl.image of the table tbl: