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

added assets

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +5 -0
  3. assets/activity.gif +3 -0
  4. 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

  • SHA256: bab9b621ac70abeb8752a7ed2962e7801f90580f8cd6e25f52ca22bdba0a118c
  • Pointer size: 132 Bytes
  • Size of remote file: 7.04 MB
assets/gen1_example.gif ADDED

Git LFS Details

  • SHA256: 95adfc2d934a6c4990330aecbafeaa6746208689772f8b6b1405bb093b188b77
  • Pointer size: 133 Bytes
  • Size of remote file: 17.2 MB