altawil
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,13 @@ pipeline_tag: object-detection
|
|
21 |
[](https://opensource.org/licenses/MIT)
|
22 |
[](https://pytorch.org/)
|
23 |
[](https://carla.org/)
|
|
|
|
|
|
|
24 |
|
25 |
## ๐ Overview
|
26 |
|
27 |
-
InterFuser-Baseer-v1 is a state-of-the-art transformer-based model for autonomous driving, specifically fine-tuned for the **Baseer Self-Driving API**. This model combines computer vision and deep learning to provide real-time traffic object detection and trajectory planning in simulated driving environments.
|
28 |
|
29 |
### ๐ฏ Key Capabilities
|
30 |
|
@@ -115,7 +118,7 @@ with torch.no_grad():
|
|
115 |
|
116 |
This model is designed to work with:
|
117 |
|
118 |
-
- **Baseer Self-Driving API**
|
119 |
- **CARLA Simulator**
|
120 |
- **PyTorch Inference Pipeline**
|
121 |
- **Custom Autonomous Driving Systems**
|
@@ -151,6 +154,7 @@ Contributions, issues, and feature requests are welcome! Feel free to check the
|
|
151 |
## ๐ Support
|
152 |
|
153 |
For questions and support:
|
|
|
154 |
- Create an issue in this repository
|
155 |
- Contact: [Your Contact Information]
|
156 |
|
|
|
21 |
[](https://opensource.org/licenses/MIT)
|
22 |
[](https://pytorch.org/)
|
23 |
[](https://carla.org/)
|
24 |
+
[](https://huggingface.co/spaces/Adam-IT/Baseer_Server)
|
25 |
+
|
26 |
+
> **๐ฎ [Try the Live Demo](https://huggingface.co/spaces/Adam-IT/Baseer_Server)** - Experience the model in action with real-time autonomous driving simulation!
|
27 |
|
28 |
## ๐ Overview
|
29 |
|
30 |
+
InterFuser-Baseer-v1 is a state-of-the-art transformer-based model for autonomous driving, specifically fine-tuned for the **[Baseer Self-Driving API](https://huggingface.co/spaces/Adam-IT/Baseer_Server)**. This model combines computer vision and deep learning to provide real-time traffic object detection and trajectory planning in simulated driving environments.
|
31 |
|
32 |
### ๐ฏ Key Capabilities
|
33 |
|
|
|
118 |
|
119 |
This model is designed to work with:
|
120 |
|
121 |
+
- **[Baseer Self-Driving API](https://huggingface.co/spaces/Adam-IT/Baseer_Server)** - Live demo and API
|
122 |
- **CARLA Simulator**
|
123 |
- **PyTorch Inference Pipeline**
|
124 |
- **Custom Autonomous Driving Systems**
|
|
|
154 |
## ๐ Support
|
155 |
|
156 |
For questions and support:
|
157 |
+
- Try the live demo: **[Baseer Server Space](https://huggingface.co/spaces/Adam-IT/Baseer_Server)**
|
158 |
- Create an issue in this repository
|
159 |
- Contact: [Your Contact Information]
|
160 |
|