How can 360LayoutAnalysis be used?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
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.