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

Feature: Support for the user to give custom indices for frame selection in addition to the default modes available. #6

Closed
MrinalJain17 opened this issue Jun 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@MrinalJain17
Copy link
Owner

Internally, the _read_video() function gets an array to indices of frames to be read from a function called _get_frame_indices().

In addition, the user should be able to:

  1. Pass an array/list of indices indicating the frames to be extracted.
  2. Pass a custom function that will return an array of indices - the input(s) made available to the function will be the same as that of _get_frame_indices()
@MrinalJain17 MrinalJain17 added enhancement New feature or request help wanted Extra attention is needed labels Jun 7, 2018
@MrinalJain17 MrinalJain17 changed the title Feature: Support for the user to give custom indices instead of the default modes available. Feature: Support for the user to give custom indices for frame selection in addition to the default modes available. Jun 14, 2018
@MrinalJain17 MrinalJain17 moved this from To do to In progress in Improvements and Enhancements Sep 19, 2018
@MrinalJain17 MrinalJain17 moved this from In progress to Done in Improvements and Enhancements Sep 19, 2018
@MrinalJain17 MrinalJain17 removed the help wanted Extra attention is needed label Sep 19, 2018
@MrinalJain17
Copy link
Owner Author

Support for custom frame selection will be made available in the next release of mydia- 2.0 (#14 )

Detailed examples will be demonstrated in the documentation subsequently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant