Daniel Gleaves

Results 23 comments of Daniel Gleaves

Where is that from? According to the original code, it is s_loss_new - s_loss_old: [Link](https://github.com/google-research/google-research/blob/8f456f55e95d25ff337ceec787bdbe9bb4ad3496/meta_pseudo_labels/training_utils.py#L472) `dot_product = cross_entropy['s_on_l_new'] - shadow` where shadow is defined as: [Link](https://github.com/google-research/google-research/blob/8f456f55e95d25ff337ceec787bdbe9bb4ad3496/meta_pseudo_labels/training_utils.py#L424-L426) ``` shadow = tf.get_variable(name='cross_entropy_old',...

Try using HTTP FLV as its own stream and have audio separate. It's possible your ffmpeg is weird with FLV or the `#video=copy` is messing up the encoding ``` einfahrt:...

I'm not Alex, but I've been investigating similar issues 1. What version of go2rtc are you on? 2. Are you using audio on any of your cameras via a secondary...

> Same problem : > > I'm using go2RTC 1.9.4 i have a raspberry 4 and 3 cameras : 2 homekit (Aquara G2HPRO et EUFY) et 1 tapo C220 >...

What stands out to me from that 1. You aren't sending video. You have no real consumers, just the audio transcoding one. Maybe the real consumers left, so it tried...

Looks like stopping inference causes all future API requests to timeout, even with profiling disabled. Returns a 200 OK for the /terminate call and then locks up. No logs or...

Sure thing. I set up the template Time in Zone workflow. I am running video inference on an RTSP stream using that workflow. I am able to successfully start inference,...

Looks like Case 2 might be hanging on getting a response from the pipeline socket when trying to initialize the pipeline the second time. Able to get logs to appear...

The fix does seem to resolve the profiling issue. I am still only able to run a single pipeline though before it hangs. It hangs on trying to start again....

One location seems fine even after the timeout issue on 1.9.3, so I'm guessing it's that because all of their NVRs lost connection at the same time, they noticed the...