Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D symbolic paths from Pixel Data #1126

Open
lichtefeld opened this issue May 3, 2022 · 0 comments
Open

2D symbolic paths from Pixel Data #1126

lichtefeld opened this issue May 3, 2022 · 0 comments
Labels
discussion enhancement New feature or request

Comments

@lichtefeld
Copy link
Collaborator

While implementing the action data loader I noticed that we have access to some positional information that we are a) currently encoding only for display purposes and b) could be used to construct a form of path traversal information. The current object feature set gives us a centroid x/y for the object in the Pixel space of the RGB image. It would be possible to compute a linear path between the start and end position and break it into the component x/y axes. This would give us 2 paths in this 'pixel space' feature set we could evaluate where a Path is defined by a discrete reference axis, a discrete direction, and a continuous distance.

There are a few assumptions about this interpretation:

  • The number of pixels (Density and/or size) of the image will not change.
  • The average distance between the camera & the images will be reasonably consistent

@spigo900 and I believe that while this feature may not always be useful there may be situations (fall) where is it reasonably useful in combination with other features. Other actions may be distinguishable if we're fairly constrained with the visual look of the samples.

@lichtefeld lichtefeld added enhancement New feature or request discussion labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant