added assets
Browse files- .gitattributes +1 -0
- README.md +5 -0
- assets/activity.gif +3 -0
- assets/gen1_example.gif +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -17,6 +17,11 @@ pipeline_tag: object-detection
|
|
17 |
|
18 |
**TWL Spike Yolo** is a spiking neural network (SNN) for real-time object detection based on event-based vision. The model adapts the YOLOv8 architecture to work with streams of event data, allowing efficient processing in neuromorphic computing environments.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
This approach leverages the low-latency and power-efficient properties of SNNs to detect objects in fast-changing visual scenes. The model also explores multimodal fusion by combining event-based and frame-based inputs to enhance detection accuracy under challenging conditions such as motion blur or low light.
|
21 |
|
22 |
## Highlights
|
|
|
17 |
|
18 |
**TWL Spike Yolo** is a spiking neural network (SNN) for real-time object detection based on event-based vision. The model adapts the YOLOv8 architecture to work with streams of event data, allowing efficient processing in neuromorphic computing environments.
|
19 |
|
20 |
+
<p align="center">
|
21 |
+
<img src="https://huggingface.co/KirillHit/twl_spike_yolo/resolve/main/assets/gen1_example.gif" alt="Demo GIF"/><br>
|
22 |
+
<em>Demonstration of model performance on the Gen1 dataset</em>
|
23 |
+
</p>
|
24 |
+
|
25 |
This approach leverages the low-latency and power-efficient properties of SNNs to detect objects in fast-changing visual scenes. The model also explores multimodal fusion by combining event-based and frame-based inputs to enhance detection accuracy under challenging conditions such as motion blur or low light.
|
26 |
|
27 |
## Highlights
|
assets/activity.gif
ADDED
![]() |
Git LFS Details
|
assets/gen1_example.gif
ADDED
![]() |
Git LFS Details
|