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

Extend perspective correction to warp image #503

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

grzegorz-roboflow
Copy link
Contributor

Description

Extend perspective correction block to allow user to also warp the image into new perspective

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

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

VSCode run config:

        {  /* perspective correction */
            "name": "perspective correction",
            "type": "debugpy",
            "request": "launch",
            "program": "${workspaceFolder}/examples/run_perspective_correction.py",
            "console": "integratedTerminal",
            "args": [
                "--source-path",
                "/path/to/image.src",
                "--model-id",
                "chess-pieces-and-chess-board-instance-segmentation/6",
                "--zones-from-class-name", "board",
                "--extend-perspective-polygon-by-detections-anchor", "",
                "--warp-image"
            ],
            "env": {
                "ROBOFLOW_API_KEY": "<secret>",
                "LOG_LEVEL": "DEBUG",
                "DISABLE_VERSION_CHECK": "True"
            },
            "justMyCode": false,
        },
Screenshot 2024-07-02 at 15 10 21

Any specific deployment considerations

N/A

Docs

N/A

@grzegorz-roboflow grzegorz-roboflow merged commit 52f3597 into main Jul 2, 2024
50 checks passed
@grzegorz-roboflow grzegorz-roboflow deleted the extend-perspective_correction-to-warp-image branch July 2, 2024 13:31
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.

2 participants