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
d0dd9759ce
|
3 months ago | |
---|---|---|
.. | ||
Algorithms | 3 months ago | |
Debug | 3 months ago | |
Interfaces | 3 months ago | |
Server | 3 months ago | |
experiments | 3 months ago | |
models | 3 months ago | |
Dockerfile | 3 months ago | |
README.md | 3 months ago | |
docker-compose.yaml | 3 months ago | |
main.py | 3 months ago | |
requirements.txt | 3 months ago | |
robot_emulation_comunication_with_server.py | 3 months ago | |
tmp_request_data_log.json | 3 months ago |
README.md
Object detection and track service
Этот сервис также регестрирует объекты в Kafka для работы ассоциативной памяти
Input data:
{
"rgb": "<base64_encoded_rgb_image>",
"depth": "<base64_encoded_depth_image>"
}