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

Database Imaging Parameters #1

Open
ztnel opened this issue Jul 26, 2021 · 0 comments
Open

Database Imaging Parameters #1

ztnel opened this issue Jul 26, 2021 · 0 comments
Assignees
Labels
model database model change

Comments

@ztnel
Copy link
Member

ztnel commented Jul 26, 2021

Description

Use nosql see the sample schema below:

{
  "client": {
    "id": 1,
    "images": [
      {
        "id": 1,
        "path": "path/to/file.png",
        "threshold": 190,
        "gaussian_blur": 1.4,
        "bounding_boxes": [
          {
            "tl_x": 10,
            "tl_y": 40,
            "width": 23,
            "height": 43
          },
          {
            "tl_x": 50,
            "tl_y": 50,
            "width": 46,
            "height": 54
          }
        ],
        "apexes": [
          {
            "id": 1,
            "init": {
              "amplitude": 250,
              "sigma_x": 10,
              "sigma_y": 10,
              "mu_x": 230,
              "mu_y": 230
            },
            "opt": {
              "amplitude": 200,
              "sigma_x": 8.2,
              "sigma_y": 7.6,
              "mu_x": 234,
              "mu_y": 243
            }
          },
          {
            "id": 2,
            "init": {
              "amplitude": 150,
              "sigma_x": 10,
              "sigma_y": 10,
              "mu_x": 124,
              "mu_y": 124
            },
            "opt": {
              "amplitude": 180,
              "sigma_x": 8.2,
              "sigma_y": 7.6,
              "mu_x": 192,
              "mu_y": 198
            }
          }
        ]
      }
    ]
  }
}
@ztnel ztnel self-assigned this Jul 26, 2021
@ztnel ztnel added the model database model change label Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model database model change
Projects
None yet
Development

No branches or pull requests

1 participant