UMass-Rescue / UMass-Rescue/RescueBox
Plugin: Implement batch processing in the age and gender detection plugin.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 15
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 7
Description
The age and gender detection plugin is in the src/age_and_gender_detection folder. Currently, the images are processed sequentially. Implement batch processing of images. You can take the batch size as a parameter from the user, with some reasonable defaults.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the files under src/age_and_gender_detection to find where images are currently processed sequentially and how user parameters are handled. Implement batch processing with a user-configurable batch size and a reasonable default; done means the plugin processes images in batches rather than one at a time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100