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