You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artem-Darius Weber d5f3a8e190
upd
12 months ago
..
Algorithms
Debug
Interfaces
Server upd 12 months ago
experiments upd 12 months ago
models
Dockerfile
README.md
docker-compose.yaml
main.py upd 12 months ago
requirements.txt
robot_emulation_comunication_with_server.py upd 12 months ago
tmp_request_data_log.json upd 12 months ago

README.md

Object detection and track service

Этот сервис также регестрирует объекты в Kafka для работы ассоциативной памяти

Input data:

{
    "rgb": "<base64_encoded_rgb_image>",
    "depth": "<base64_encoded_depth_image>"
}