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: Provide other methods for normalization of pixels #8

Closed
MrinalJain17 opened this issue Jun 8, 2018 · 2 comments
Closed

Feature: Provide other methods for normalization of pixels #8

MrinalJain17 opened this issue Jun 8, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MrinalJain17
Copy link
Owner

Currently, each pixel is divided by 255 to be in the range (0, 1), inclusive.

Other methods like min-max normalization, z-score normalization should be provided.

@MrinalJain17
Copy link
Owner Author

MrinalJain17 commented Sep 21, 2018

Each video will be normalized by subtracting the MIN and dividing by DIFF, where

MIN = Minimum pixel value in the video
DIFF = Difference b/w the maximum and minimum pixel value in the video

In addition to this, MIN and MAX could also be provided by the user to normalize the video in that range.

This will be implemented in the next (2.1.0) release

@MrinalJain17 MrinalJain17 moved this from To do to In progress in Improvements and Enhancements Sep 21, 2018
MrinalJain17 added a commit that referenced this issue Sep 25, 2018
- Updated docs
    - Added appropriate warnings
    - Refactored the examples
- Normalization implemented: Resolves ( #8 )
- Test for the result returned by custom frame selector (if used)
@MrinalJain17 MrinalJain17 moved this from In progress to Done in Improvements and Enhancements Sep 25, 2018
@MrinalJain17
Copy link
Owner Author

Resolved in Release 2.1.0 - a5c975b

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