UMass-Rescue / UMass-Rescue/RescueBox

Plugin: Implement batch processing in the age and gender detection plugin.

Open
#90 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

hackathon
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.