Skip to content

Activity recognition #48

@sthoduka

Description

@sthoduka

Develop a node to use a ML model to recognize activities from video

The node should:

  1. subscribe to a camera topic (for rgb images)
  2. accumulate N frames (for this model it looks like they use 64 frames)
  3. transform them as expected by the model (resized to 224x224 and reshaped to 3x64x224x224)
  4. classify the sequence of frames
  5. Repeat for next sequence of frames

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions