Gaylord Aulke
Gaylord Aulke
Hi, I am starting using Autobahn-Python. maybe this is a noob-problem. I did the following (based on the example code): 1. started a router 2. started a callee process offering...
hi, after there a some issues related to images not loading, i suggest to add some error handling after: https://github.com/princeton-vl/CornerNet-Lite/blob/6a54505d830a9d6afe26e99f0864b5d06d0bbbaf/core/sample/cornernet_saccade.py#L162 I would add after `image = cv2.imread(image_path)`: ```python if image...
at start of Dockerfile do: ENV TZ=Europe/Kiev RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone