Giter Site home page Giter Site logo

api-custom-object-detection's Introduction

Project: API-Custom-Object-Detection

Method: POST

https://apple-yolov8-object-detection-jht5j43saa-uc.a.run.app/predict?image

Body formdata

Param value Type
image Path_to_Image.jpg file

Response

{
    "annotated_image": "decode_latin_image",
    "results": [
        {
            "bounding_box": {
                "x1": 200.62322998046875,
                "x2": 414.0289306640625,
                "y1": 95.6106185913086,
                "y2": 321.9388427734375
            },
            "confidence": 0.9223284721374512,
            "name": "Apple Overripe"
        },
        {
            "bounding_box": {
                "x1": 107.75930786132812,
                "x2": 305.35113525390625,
                "y1": 210.3850555419922,
                "y2": 413.1199951171875
            },
            "confidence": 0.9118185043334961,
            "name": "Apple Overripe"
        },
        {
            "bounding_box": {
                "x1": 120.19114685058594,
                "x2": 312.3899841308594,
                "y1": 9.10952091217041,
                "y2": 209.8932647705078
            },
            "confidence": 0.8971925973892212,
            "name": "Apple Overripe"
        }
    ]
}

⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃


Powered By: postman-to-markdown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.