[Scenario] photo catalog sorting wizard
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Purpose:** simplify sorting of big photo catalog
**Stages:**
1. Detect similar photos
2. Select best photo among similar photos (according to different score and weights per computer)
* compute sharpest quality
* compute largest scene
* any other computer weights
3. Select the best photo (if no ambiguity) or a subset of best photos
4. Outputs will be a text file with columns:
* `photo-path`
* `group-id` (identify the similar photos)
* `score-total` (taking in account weight parameters)
* `score-` raw result of each computer (allow to avoid computing again if value exists)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.