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

Нужна серверная часть для определения списка людей на фото #4

Open
morthan opened this issue Jul 26, 2018 · 5 comments
Labels
enhancement New feature or request

Comments

@morthan
Copy link
Collaborator

morthan commented Jul 26, 2018

Описание API.

Вход:

  • URL/whoin (можно другой);
  • id — идентификатор фотографии.

Выход:

{
  "result": "ok",
  "id": "ID_фотографии",
  "width": 800,
  "height": 600,
  "people": [
    {
      "name": "Иванов П.Н.",
      "x": 100,
      "y": 120,
      "w": 30,
      "h": 45
    },
    {
      ...
    }
  ]
}
@insanity13
Copy link
Contributor

@morthan Идентификатор фотографии - это её путь?

@morthan
Copy link
Collaborator Author

morthan commented Nov 26, 2018

@insanity13 Это строка, позволяющая однозначно идентифицировать фотографию. Может быть путь, может — хеш от пути, может, какая-то уникальная часть пути. Важно, чтобы по ID можно было отличить одну фотографию от другой.

@insanity13
Copy link
Contributor

@morthan попробую взять, запрос будет по полному пути фотографии.

@morthan
Copy link
Collaborator Author

morthan commented Dec 10, 2018

@insanity13 А с получением размеров фотографии (width и height) уже разобрались? Или всё же придётся переиндексировать?

@insanity13
Copy link
Contributor

@morthan надо переиндексировать. Но если я правильно понял твою задачу, оригинал у тебя будет и позиции на фото будет достаточно.
Глянь плиз: #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants