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

Audio PR - Augmentation support [PreEmphasis Filter] #1314

Merged
merged 21 commits into from
Apr 29, 2024

Conversation

swetha097
Copy link
Contributor

@swetha097 swetha097 commented Mar 22, 2024

Add Pre-Emphasis Filter augmentation support in MIVisionX

dependabot bot and others added 14 commits February 16, 2024 11:18
…inx (ROCm#1286)

Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.34.0...v0.34.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.0...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…he rocAL - since the src and dst rois remain same
@swetha097 swetha097 changed the title Audio PR - One Augmentation support [PreEmphasis Filter] Audio PR - Augmentation support [PreEmphasis Filter] Mar 22, 2024
@kiritigowda kiritigowda self-assigned this Mar 23, 2024
@kiritigowda kiritigowda added the New Feature New Features added to MIVisionX label Mar 23, 2024
@kiritigowda
Copy link
Collaborator

@swetha097 - please add a note in changelog.md

@kiritigowda kiritigowda changed the base branch from develop to master March 28, 2024 06:25
@kiritigowda kiritigowda changed the base branch from master to develop March 28, 2024 06:27
@swetha097 swetha097 requested a review from a team as a code owner April 11, 2024 16:46
Copy link
Contributor

@rrawther rrawther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please address review comments

@swetha097
Copy link
Contributor Author

please address review comments

@rrawther @LakshmiKumar23 Addressed the review comments.

@kiritigowda
Copy link
Collaborator

@LakshmiKumar23 @rrawther -- is this ready to be merged?

@LakshmiKumar23
Copy link
Contributor

@LakshmiKumar23 @rrawther -- is this ready to be merged?

@kiritigowda Can merge once @rrawther also approves. Please merge PR122 after you merge this. That PR is also approved

@rrawther
Copy link
Contributor

@kiritigowda : You can merge this PR

@kiritigowda
Copy link
Collaborator

@kiritigowda kiritigowda merged commit 608e530 into ROCm:develop Apr 29, 2024
9 of 10 checks passed
kiritigowda pushed a commit that referenced this pull request Apr 30, 2024
* Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (#1286)

Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v0.34.0...v0.34.2)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cryptography from 42.0.0 to 42.0.2 in /docs/sphinx (#1289)

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.0...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add PreEmphasis filter support

* Fix ROI - change from xy to width & height

* PR comments resolution in the PreEmphais Filter

* Minor Changes

* Change the borderType enum to int32 from uint32 dtype

* Fix validation of preemphasis

* Remove the memcopy of the src and dest rois as it can be handled in the rocAL - since the src and dst rois remain same

* Formatting change - minor

* Minor update - remove the 2nd instance of preemphasis filter

* Remove roi_tensor_ptr_dst as its unused after latest changes

* Remove the dst_roi arg from vxExtRppPreemphasisFilter call as its unused

* Update CHANGELOG.md

* Update changelog

* Resolve minor PR comments

* Resolve PR comments

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: root <root@ixt-sjc2-54.local.lan>
Co-authored-by: Swetha B S <swetha@mutlicorewareinc.com>
Co-authored-by: SundarRajan28 <sundarrajan@multicorewareinc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New Features added to MIVisionX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants