Database Imaging Parameters

Open
#1 0 comments 0 reactions 1 assignee View on GitHub

@ztnel is already working on this.

Since Jul 26, 2021.

Assessment

This issue has not been assessed yet.

Description

model

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
            }
          }
        ]
      }
    ]
  }
}
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from LEAP-Systems/api

All issues in LEAP-Systems/api

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.