-
From Valerio:
max_fs and max_ss are inclusive. This means that, for example pixel ss 255 belongs to p0, but as you can see, it is also the first ss pixel of p1, so that pixel appears in two panels.
…
-
Hello Sumo Community, in my four way roundabout intersection if i set the junction type as priority, will it prioritize road edges connected to the roundabout which have higher priority values?
Actua…
-
During debugging, I ran into the following assert:
https://github.com/eclipse-sumo/sumo/blob/6f9ff4ddaa42305c87f46edd44a88626180a9a71/src/microsim/output/MSE2Collector.cpp#L282
For now, I just d…
-
The `int_clearinghouse__active_stations` and `int_diagnostics__detector_status` models are key models for determining which stations are deployed and considered reliable on any given day. Unfortunatel…
-
Getting crashes on Expo SDK 50. Here are the versions:
```json
"react-native-ios-adaptive-modal": "^0.7.0",
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "…
-
Higher mini_batch -> higher accuracy mAP/Top1/Top5.
Training on GPU by using CPU-RAM allows significantly increase the size of the mini batch 4x-16x times and more.
You can train with 16x higher…
-
Got a train station that regularly gets hoards of stuck cims:
![image](https://user-images.githubusercontent.com/1386719/79034438-c2718680-7bad-11ea-8b8c-62e2474a4d86.png)
Reset stuck cims (via …
-
Hello, How can I calculate Level of Service in SUMO at intersections? Thank you for help.
-
Not sure if this is a feature or a bug, but reporting here because the behavior seems unexpected, or at least undesired. Working in the sandbox with the South Seattle map.
Roads with medians, like …
-
This RFC outlines a potential roadmap to have tooling that significantly address a "new" class of bugs, logic bugs, i.e. bugs in the program design.
New as in the only general purpose language that…