Editing
Computer Vision
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Creating</span> == Designing a production computer vision system: '''1. Define task taxonomy precisely''' * Classification only? Detection? Segmentation? Pose estimation? * Single class or multi-class/multi-label? * Real-time constraint? (determines architecture choice) '''2. Data pipeline architecture''' <syntaxhighlight lang="text"> Raw images β [Quality filtering: blur detection, resolution check] β [Annotation: LabelStudio / CVAT / Roboflow] β [Augmentation: Albumentations pipeline] β [Train/Val/Test split: stratified by class] β [Model training + experiment tracking] β [Evaluation: mAP, confusion matrix, latency] β [Deployment: ONNX export β serving] β [Monitoring: prediction distribution drift, confidence degradation] </syntaxhighlight> '''3. Active learning loop''' for continuous improvement: * Deploy model, collect low-confidence predictions * Route uncertain samples to human labelers * Retrain on expanded dataset * Evaluate and deploy if metrics improve '''4. Key tooling''' * Training: PyTorch + Lightning, Ultralytics (YOLO) * Annotation: Roboflow, CVAT, Label Studio * Augmentation: Albumentations * Serving: Triton Inference Server, TorchServe, ONNX Runtime [[Category:Artificial Intelligence]] [[Category:Computer Vision]] [[Category:Deep Learning]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information