forked from ROCm/MIVisionX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rocAL Tensor Video pipeline changes (#19)
* Add changes to the video pipeline Change instances of image to tensor Remove video loader module Remove VideoDecoderConfig, VideoReaderConfig Remove VideoStorageType and VideoDecoderType * Add tensor support for Sequence Rearrange Code clean up * Add sequence frame num and time stamps loader All loader API call in master graph * Add tensor support for sequence reader Add sequence batch size variable to change the batch size based on sequence length * Add support to allocate N*F ROI for sequences * Add chnanges to process sequences brightness and CMN * Minor changes * Minor formatting changes * Add check to pass only 5D tensors to SequenceRearrange * Minor changes Move SequenceInfo back to video reader Null ptr check Variable name change * Query params directly from parameters in SequenceRearrange
- Loading branch information
1 parent
862094b
commit 0808d57
Showing
39 changed files
with
592 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.