unstructured icon indicating copy to clipboard operation
unstructured copied to clipboard

bug/<short-name>把YOLOX的地址设置为本地目录,可通过在自己代码前面加上这些命令

Open williamIIliu opened this issue 3 months ago • 0 comments

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 )

williamIIliu avatar Sep 30 '25 13:09 williamIIliu