How to extract figures with labels from image #17681
Replies: 2 comments
-
👋 Hello @anchitguptacubastion, thank you for your interest in Ultralytics 🚀! We recommend a visit to the Docs for new users. There, you can find many helpful Python and CLI usage examples, some of which might be relevant to your needs. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug any issues. For extracting figures with labels from an image ❓ Question, please share more details about the specific image processing steps you are considering, and any methods you've tried so far. Also, ensure to follow our Tips for Best Training Results if you're conducting custom training. Join the Ultralytics community where it suits you best. For real-time chat, hop on Discord 🎧. Prefer detailed discussions? Check out Discourse. Or dive into threads on our Subreddit to exchange knowledge with the community. UpgradeUpgrade to the latest pip install -U ultralytics EnvironmentsYOLO may be run in several verified environments, complete with all dependencies such as CUDA/CUDNN, Python, and PyTorch:
StatusIf this badge is green, all Ultralytics CI tests are passing, ensuring correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on each commit. This is an automated response, and an Ultralytics engineer will assist you soon 🙂. |
Beta Was this translation helpful? Give feedback.
-
@anchitguptacubastion to extract figures with labels from an image using the YOLOv8 model, you can run inference to detect and segment the figures. For detailed guidance on setting up and extracting outputs, you can refer to this blog post. If you need further help with code implementation, feel free to ask! |
Beta Was this translation helpful? Give feedback.
-
Here is the image, i want to extract figures out of this image,
any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions