Oferty ukryte
Aktualnie brak ofert
Oferty ukryte
Oferty ukryte
-
Viktor N. 14 styczniaHi!
1. Data
How many images are available, and how diverse are they (different smartphone models, lighting conditions, focus quality)?
Do you have quality labels (good / bad / retake), or only segmentation annotations?
Are there examples of the worst-case images where the pipeline currently fails or crashes?
2. Current Pipeline
Which framework is used: PyTorch or TensorFlow?
Which parts of the pipeline already exist, and which ones need to be rewritten from scratch?
Where does the pipeline fail most often or behave unstably?
3. Deep Learning Model
How is model confidence currently measured (probabilities, IoU, heuristics)?
Are changes to the model architecture allowed, or do we need to work with an existing trained model?
Is fine-tuning or retraining on new data possible?
4. Classical CV Fallback
Which classical CV methods are currently used (Hough transform, thresholding, contours, etc.)?
Should the fallback produce a rough detection or only decide whether the image is usable?
Are there performance constraints (real-time vs offline processing)?
5. Status Codes & Business Logic
What are the exact criteria for LOW_QUALITY vs RETAKE?
Who consumes these status codes downstream — a human reviewer or another system?
Do you need detailed failure reasons to be logged (e.g. blur, missing center, poor contrast)?
6. KISA & Quality Thresholds
What are the minimum quality requirements for KISA to be considered valid?
Should quality thresholds be fixed, adaptive, or learned?
Do you have reference examples of good vs invalid KISA results?
7. Production & Testing
Where will the pipeline run: on-device, server-side, or in the cloud?
Are there constraints on latency, memory usage, or compute?
What input formats should be supported (JPEG, PNG, RAW)?
Are unit tests, integration tests, or CI required?
8. Deliverables & Success Criteria
In what form should the final solution be delivered (Python package, API, scripts)?
Is documentation required for non-ML engineers?
What metrics or conditions will define successful project completion?