Answers ( 1 )

    0
    2025-03-28T03:29:29+00:00

    360LayoutAnalysis can be used by following these steps:
    1. Ensure the ultralytics library is installed and the environment is correctly configured.
    2. Specify the image path and model path (e.g., `paper-8n.pt` for Chinese papers).
    3. Execute the prediction command, such as `result = model(image_path, save=True, conf=0.5, save_crop=False, line_width=2)`.
    4. View the output results, which include detected bounding boxes, coordinates, class IDs, and confidence scores.

Leave an answer