unstructured
unstructured copied to clipboard
bug/<short-name>把YOLOX的地址设置为本地目录,可通过在自己代码前面加上这些命令
from unstructured_inference.models.yolox import UnstructuredYoloXModel, YOLOX_LABEL_MAP
model = UnstructuredYoloXModel() model.initialize( model_path="../model_params/yolox_layout/yolox_l0.05.onnx", label_map=YOLOX_LABEL_MAP )