-
https://github.com/dotnet/runtime/pull/77399 setup basic support for unloadable ALCs in Mono. This issue tracks remaining work to complete unloadable ALCs on Mono runtime. Initial list of work items i…
-
Write unit tests to test each scenario in the simulation
- turn dead cell to alive
- turn alive cell to dead
- count neighbors
- no action
- validate corners and sides for neighbor detection
-
-
If this repository still alive, can anyone provide links to the pretrained models for detection?
-
Feature ideas:
1) one way to disable cameras is to spray paint on them.
It would be nice to detect such, for example alarm if the picture is 75% one color.
2) we all know that night time detection …
-
Reading the /proc/net/tcp file for a machine with a large network connection will consume CPU. So we changed to use the ss command instead of the netstat command to get the network connection first. T…
-
For the visualization purpose, is it possible to return the predicted bounding boxes when the track is "alive" but lost the detection temporarily?
-
### Describe the bug
Fullwidth attacks can be detected, for example: `<script>alert("encoded")</script>`
However, when it's submitted through a form, the browser encode it and then it's not being …
-
**Setup**
- Rancher version: 2.9.2 and onwards
- Rancher UI Extensions:
- Browser type & version: Brave v1.70.126
**Describe the bug**
A downstream cluster that is disconnected appears as `R…
-
The select function will detect a deadlock condition (see #25), but this only happens _before_ it starts to loop and wait for a channel to be ready. So the code could potentially get past this check, …