Image Classification
TensorRT
ONNX
autoware
ros2
autonomous-driving
camera
traffic-light
classification
mobilenetv2
Instructions to use AutowareFoundation/traffic_light_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use AutowareFoundation/traffic_light_classifier with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| /**: | |
| ros__parameters: | |
| model_params: | |
| num_anchors: 3 | |
| chans_per_anchor: 16 | |
| x_index: 0 | |
| y_index: 1 | |
| w_index: 2 | |
| h_index: 3 | |
| obj_index: 4 | |
| color_start: 5 | |
| type_start: 8 | |
| num_types: 6 | |
| num_colors: 3 | |
| cos_index: 14 | |
| sin_index: 15 | |
| scale_x_y: 2.0 | |
| anchors: [7.0, 7.0, 14.0, 14.0, 42.0, 42.0] | |