You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
This Python application uses Norse as its SNN inference engine and Tonic as the data loader. The GUI is created in CustomTkinter.
20
20
21
21
The Live Event Camera Simulator is a custom tool based on ICNS IEBCS that does not require CUDA to run unlike other available similar tools.
22
-
<br>
23
22
23
+
<br>
24
24
25
25
## Using NeuroBCDA
26
26
@@ -29,13 +29,15 @@ To use this software you must use **Python version 3.8+** and have **PyTorch ver
29
29
It is best to use <ahref="https://docs.anaconda.com/anaconda/install/"title="Anaconda">Anaconda</a> or <ahref="https://docs.conda.io/en/latest/miniconda.html"title="Miniconda">Miniconda</a> but you can try installing the Python packages without it.
30
30
31
31
Pick your OS below and follow the steps that will enable you to use NeuroBCDA programs.
32
+
32
33
<br>
33
34
34
35
### Download the SNN Model first
35
36
36
37
Replace the file in `programs/ml-models/snn-birds-empty-model.pth.txt` with a proper model `snn-birds-model.pth` downloaded from here: https://huggingface.co/neuromorphicism/snn-birds-model-v1/tree/main
37
38
38
39
This `ml-models` directory should only contain: `programs/ml-models/snn-birds-model.pth`
0 commit comments