KirillHit commited on
Commit
540ef7c
·
verified ·
1 Parent(s): 7232437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ru
5
+ license: mit
6
+ library_name: other
7
+ tags:
8
+ - spiking-neural-network
9
+ - object-detection
10
+ - event-based
11
+ - yolo
12
+ - neuromorphic
13
+ pipeline_tag: object-detection
14
+ ---
15
+
16
+ # TWL Spike Yolo
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
23
+
24
+ - **Architecture**: YOLOv8-inspired spiking neural network.
25
+ - **Input**: Event data from neuromorphic (event-based) cameras; optionally combined with standard image frames.
26
+ - **Use case**: High-speed, low-latency object detection with improved energy efficiency.
27
+ - **Applications**: Robotics, autonomous driving, surveillance, and edge devices using neuromorphic hardware.
28
+
29
+ ## Source Code
30
+
31
+ The implementation, training scripts, and inference tools are available in the GitHub repository:
32
+ 👉 [https://github.com/KirillHit/twl_spike_yolo](https://github.com/KirillHit/twl_spike_yolo)
33
+
34
+ ---