spikezoo 0.2__py3-none-any.whl → 0.2.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {spikezoo-0.2.dist-info → spikezoo-0.2.1.dist-info}/METADATA +8 -4
- {spikezoo-0.2.dist-info → spikezoo-0.2.1.dist-info}/RECORD +5 -5
- {spikezoo-0.2.dist-info → spikezoo-0.2.1.dist-info}/LICENSE.txt +0 -0
- {spikezoo-0.2.dist-info → spikezoo-0.2.1.dist-info}/WHEEL +0 -0
- {spikezoo-0.2.dist-info → spikezoo-0.2.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: spikezoo
|
3
|
-
Version: 0.2
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: A deep learning toolbox for spike-to-image models.
|
5
5
|
Home-page: https://github.com/chenkang455/Spike-Zoo
|
6
6
|
Author: Kang Chen
|
@@ -41,9 +41,13 @@ Dynamic: summary
|
|
41
41
|
</h2>
|
42
42
|
|
43
43
|
## 📖 About
|
44
|
-
⚡Spike-Zoo is the go-to library for state-of-the-art pretrained **spike-to-image** models
|
44
|
+
⚡ Spike-Zoo is the go-to library for state-of-the-art pretrained **spike-to-image** models designed to reconstruct images from spike streams. Whether you're looking for a simple inference solution or aiming to train your own spike-to-image models, ⚡Spike-Zoo is a modular toolbox that supports both, with key features including:
|
45
|
+
|
46
|
+
- Fast inference with pre-trained models.
|
47
|
+
- Training support for custom-designed spike-to-image models.
|
48
|
+
- Specialized functions for processing spike data.
|
49
|
+
|
45
50
|
|
46
|
-
If Spike-Zoo helps your research or work, please help to ⭐ this repo or recommend it to your friends. Thanks😊
|
47
51
|
|
48
52
|
## 🚩 Updates/Changelog
|
49
53
|
* **25-02-02:** Release the `Spike-Zoo v0.2` code, which supports more methods, provide more usages.
|
@@ -135,7 +139,7 @@ We finish the training with one 4090 GPU in `2 minutes`, achieving `34.7dB` in P
|
|
135
139
|
|
136
140
|
### 4. Others
|
137
141
|
We provide a faster `load_vidar_dat` function implemented with `cpp` (by @zeal-ye):
|
138
|
-
```
|
142
|
+
``` python
|
139
143
|
import spikezoo as sz
|
140
144
|
spike = sz.load_vidar_dat("data/scissor.dat",width = 400,height = 250,version='cpp')
|
141
145
|
```
|
@@ -204,8 +204,8 @@ spikezoo/utils/img_utils.py,sha256=0O9z58VzLxQEAuz-GGWCbpeHuHPOCpgBVjCBV9kf6sI,2
|
|
204
204
|
spikezoo/utils/other_utils.py,sha256=fKqs4zRxzQsIfmYZv02PZlVaGrmVEjq2KHTMrk_tBKY,2845
|
205
205
|
spikezoo/utils/spike_utils.py,sha256=5pdmQUkr3Qup0kFpNGd5rPTwyut1XlJxgUnhrBx66mk,3120
|
206
206
|
spikezoo/utils/vidar_loader.cpython-39-x86_64-linux-gnu.so,sha256=uXqu7ME---cZRRU5LUcLiNrjjtlOjxNwWHyTIQ10BGg,199088
|
207
|
-
spikezoo-0.2.dist-info/LICENSE.txt,sha256=ukEi8E0PKq1dQGTXHUflg3rppLymwAhr7il9x-0nPgg,1062
|
208
|
-
spikezoo-0.2.dist-info/METADATA,sha256=
|
209
|
-
spikezoo-0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
210
|
-
spikezoo-0.2.dist-info/top_level.txt,sha256=xF2iuOstrACJh43NW4dsTwIdgKfXPXAb_Xzl3M1ricM,9
|
211
|
-
spikezoo-0.2.dist-info/RECORD,,
|
207
|
+
spikezoo-0.2.1.dist-info/LICENSE.txt,sha256=ukEi8E0PKq1dQGTXHUflg3rppLymwAhr7il9x-0nPgg,1062
|
208
|
+
spikezoo-0.2.1.dist-info/METADATA,sha256=rL0LmpUASG8v-vnNa6QlpTG3-cCBhTeQFwd0fgM0DkE,6241
|
209
|
+
spikezoo-0.2.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
210
|
+
spikezoo-0.2.1.dist-info/top_level.txt,sha256=xF2iuOstrACJh43NW4dsTwIdgKfXPXAb_Xzl3M1ricM,9
|
211
|
+
spikezoo-0.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|