Skip to content

initial setup for arbitrary shape handling #166

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

developer0hye
Copy link

Description

This PR introduces preliminary changes to prepare support for arbitrary-shaped inputs in the object detection pipeline. Although this change does not yet enable full support for arbitrary shapes, it sets up the necessary internal structure to make that transition possible in the future.

The motivation behind this is to allow more flexible input handling while optimizing computation. By preemptively restructuring certain modules, we aim to minimize redundant operations and reduce computational overhead once arbitrary shape support is enabled.

No external dependencies were introduced in this PR.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

This PR does not change core logic or output, so existing unit tests were used to validate that the behavior remains consistent. No new test cases are required until arbitrary shape support is enabled.

Any specific deployment considerations

None at this stage.

Docs

  • Docs updated? What were the changes:
    (N/A – feature not yet exposed to users)

@CLAassistant
Copy link

CLAassistant commented Apr 16, 2025

CLA assistant check
All committers have signed the CLA.

@SkalskiP
Copy link
Collaborator

Hi @developer0hye 👋🏻 This looks like a pretty early version of the PR. I suggest keeping it as a draft until it's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants