Replies: 3 comments 1 reply
|
👋 Hello @kx-naux, thank you for sharing your MindLens project and your work with YOLOv8 for automated feature extraction in psychological House-Tree-Person sketches 🚀! This is an interesting application of computer vision to structured hand-drawn imagery. We recommend a visit to the Docs for new users, where you can find many Python and CLI usage examples and where many common questions may already be answered. For additional feedback from the community, please include details such as dataset size and balance, annotation examples, training configuration, validation metrics, and representative prediction results. If you encounter a 🐛 bug, please provide a minimum reproducible example to help us debug it. For custom training ❓ questions, please provide as much information as possible, including dataset image examples and training logs, and verify that you are following our Tips for Best Training Results. Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community. This is an automated response 🤖, and an Ultralytics engineer will also assist you soon. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments, with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
|
Thanks for sharing this with the community. YOLOv8 is anchor-free, so there are no anchor priors to tune; start with modest rotation, translation, and scale, disable color-heavy transforms, and compare mosaic on/off through controlled validation before adjusting |
|
Re: YOLOv8 for HTP Projective Drawing Analysis (MindLens) Thank you so much for the detailed guidance on anchor-free tuning, augmentation strategies, and handling nested/overlapping elements! The advice on disabling color-heavy transforms, oversampling overlap-heavy cases, and considering instance segmentation for precise geometry is super actionable for our pipeline. Clinical & Human-in-the-Loop Validation: Questions on Technical Feasibility & Computer Vision Strategy:
Technical Endorsement & Collaboration: If our pipeline design looks solid to the Ultralytics team/community, would you be open to providing a brief technical quote or endorsement regarding our application of YOLOv8 for digital health / line-art feature extraction? Having technical feedback from the creators and experts behind YOLO would mean a lot to our team and add huge credibility to our pitch! Looking forward to your thoughts! |
Uh oh!
There was an error while loading. Please reload this page.
Hi Ultralytics Community! 👋
I am a student research team from Tunku Abdul Rahman University of Management and Technology (Penang Branch, Malaysia) developing MindLens—a digital health ecosystem designed to assist in early mental health risk stratification.
To overcome self-report bias (like "faking good" on standard forms), we engineered a Hybrid Assessment Model that pairs standardized metrics (DASS-42) with an automated House-Tree-Person (HTP) Projective Test.
📁 Attachment: You can check out our complete MindLens Concept Deck (PDF) for an overview of the full project ecosystem!
🛠️ Our Machine Learning & Vision Architecture
Our pipeline relies on YOLOv8 to perform bounding-box object detection and segmentation on hand-drawn user sketches:
House,Tree, andPerson.❓ What We’d Love Your Feedback On
Hand-drawn sketches behave quite differently from natural scene images (photographs). We would be super grateful for advice or insights from the Ultralytics team, ambassadors, and community members on:
Hyperparameter Tuning for Sketches / Line Art:
box,cls) when dealing with sparse stroke data?Handling Occlusion & Overlap:
Personoverlapping with or inside theHouseor under aTree. Any tips on improving bounding-box recall for overlapping/nested elements?General Feedback:
Thank you so much to the Ultralytics team for creating such an incredible, accessible framework!
Low Kah Xuan
🔗 LinkedIn: linkedin.com/in/low-kah-xuan
All reactions