Seokyun Ha
Seokyun Ha
Thank you for your comment :) Now, I can get front streaming!! But, If I'm streaming front, the back one didn't work.  (upper one: vid=1, lower one: vid=2 the...
I solved this problem by using ffmpeg option. In shell(anaconda) 1. `ffmpeg -i udp://10.5.5.9:8554 -map 0:v:0 -f mpegts ./back.mp4 -map 0:v:1 -f mpegts ./front.mp4` 2. `mpv ./back.mp4` 3. `mpv ./front.mp4`...
I agree with you @MRauca. `maxTime`, `minTime` props are really needed for me and this library 😢
I guess this ResNet code is for `ResNet32` or `ResNet44`. Each `ResBlock` module has 2 conv. layers, and when n=5(default value) `_make_layer()` make 10 conv layers. In `ResNet` module has...
I encountered a similar issue with Jekyll using Ruby `2.6.0`. When I upgraded to Ruby version `2.7.2p137`, the correct protobuf version for ARM architecture was installed.
Hello, @PingoLH Then, how do I use that `hardnet85_base.pth`?? When I use this command, it doesn't work. ``` python main.py ctdet --exp_id coco --dataset coco --arch hardnet_85 --gpus 0 --num_epochs...
For `cni`, it would be nice to suggest this document: "[Install Istio with the Istio CNI plugin](https://istio.io/latest/docs/setup/additional-setup/cni/)", and for `ztunnel`, it would be nice to reference "ambient mesh". - `cni`...
Thank you, @ericvn! That was precisely the explanation I needed! ❤️ Wishing you a fantastic day! 😄
Hello, @dennyglee ! I’ve added the delta.checkpointInterval property that was missing. Could you please take a look? 🙏