You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix ignore_tracks class with no attributes causing validation errors
- Fix three bugs in _check_attribute_scopes (identity comparison, early return, tracking granularity)
- Fix redundant sensor lookup, inconsistent horizon_tolerance default, bare ValueError/AssertionError
- Remove dead _build_error_path function, fix placeholder docstring
- Add detect_ontology() for automatic ontology detection based on unique class names
- Integrate auto-detection into validate() when no ontology explicitly provided
- Fix incorrect AutomatedTrain and OSDAR26 class listings in README, api.rst, and howtos
- Remove ignore_tracks from OSDAR26 unique classes (exists in both automatedtrain and osdar26)
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,25 +181,29 @@ Pre-built ontology parameter files are provided and accessible via the API:
181
181
|----------|------|---------|-------------|
182
182
|`osdar23`| OSDAR23 | OSDAR23 | Original railway environment annotation ontology. Includes standard occlusion ranges (0-25%, 25-50%, 50-75%, 75-99%, 100%) and core railway classes. |
183
183
|`osdar26`| OSDAR26 | OSDAR26 | Extended railway environment ontology with 25 object classes. Features comprehensive signal aspects (Hp, Ks, Vr, Zs, Sh variants), updated occlusion ranges (0-24%, 25-49%, 50-74%, 75-99%, 100%), and additional classes. |
184
-
|`automatedtrain`| AutomatedTrain | AutomatedTrain | Specialized ontology for automated train perception and safety-critical annotation. Includes obstacle detection, platform recognition, level crossings, speed signs. |
184
+
|`automatedtrain`| AutomatedTrain | AutomatedTrain | Specialized ontology for automated train perception. Extended class set including train_front, reflective_test_object, trampoline, plane, and ignore_tracks. |
0 commit comments