Sector Endpoint
@ztnel đang làm issue này rồi.
Từ ngày 30/7/2021.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
Description
Endpoint
/v1/sector/<id>
GET endpoint for retrieving bounding box image measurements. Will return the sector resource as a model when available. This endpoint must support polling and so if the algorithm is still in progress the endpoint should return status code 202 Accepted with a status indicator in the header. see https://benramsey.com/blog/2008/04/http-status-201-created-vs-202-accepted/.
Model
Sector models will have the following fields once populated in mongo:
{
"id": "dskladnasdknsldnal",
"capture_id": "49uoujndklsand",
"created_at": "2021-07-11",
"updated_at": "2021-07-11",
"elapsed": 2.34,
"threshold": null,
"gaussian_blur": null,
"erosion_iterations": null,
"dialation_iterations": null,
"boxes": [
{
"tl_x": 10,
"tl_y": 40,
"width": 23,
"height": 43
},
{
"tl_x": 50,
"tl_y": 50,
"width": 46,
"height": 54
}
]
}
- Ngôn ngữ chính
- Python
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của LEAP-Systems/api
-
invalid
LEAP-Systems/api#20 · 1 người được giao ·
-
enhancement model
LEAP-Systems/api#18 · 1 người được giao ·
-
Filter Gaussians by Covariance Đang mởenhancement
LEAP-Systems/api#10 · 1 người được giao ·
-
Users & Authentication Đang mởauth endpoint model
LEAP-Systems/api#7 · 1 người được giao ·
-
Sessions Đang mởendpoint model
LEAP-Systems/api#6 · 1 người được giao ·
Tất cả issue của LEAP-Systems/api
Issue tương tự
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
stephrobert/dsoxlab#238 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
sublimehq/package_control#1780 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
nwg-piotr/nwg-displays#145 ·