dbeckers99
dbeckers99
Yes, file is attached Thanks [logout.txt](https://github.com/exadel-inc/CompreFace/files/9353963/logout.txt)
Thanks. I tried this, mad a restart but the problem is still the same. Attached the new log output file. [log-out-2.txt](https://github.com/exadel-inc/CompreFace/files/9374206/log-out-2.txt)
Next try, same result... [log-out-3.txt](https://github.com/exadel-inc/CompreFace/files/9374756/log-out-3.txt)
And here the tail of the log output if I wait until startup and try to sign up [log-out-4.txt](https://github.com/exadel-inc/CompreFace/files/9374852/log-out-4.txt)
I'm on the same way. I think using a different tensorflow model should be easy to implement. My main problem is: I want to train the existing tensorflow model with...
I'm facing the same problem. My broker ist running on another machine in the same network. Can you please add more documentation or information about mqtt connection of Doods2? Thanks!
I tested inside container, my mqtt-Broker is reachable via ping. Although I get the following error if configuring mqtt in config.yaml: Traceback (most recent call last): File "main.py", line 75,...
Thanks for reply! I fixed the problem (correctly putting my config.yaml to docker container in run command), was my fault, sorry. mqtt works now for me. A question: is it...
It works with MQTT, but only with streaming data input, not with single images. Did you start the docker container with keyword mqtt? docker run -v [local_path_to_yaml]/config.yaml:[docker_path_to_yaml]/config.yaml -e CONFIG_FILE=config.yaml -p...
Good! But I figured out the stream processing with mqtt isn't stable. After some hours of running it produces many picture decoding errors and then stops running. So I programmed...