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
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ See [`requirements.txt`](requirements.txt) for other dependencies.
22
22
```
23
23
pip install -r requirements.txt
24
24
```
25
-
4. Download pretrained neuron-detection model [model](https://drive.google.com/file/d/1iX1oE3bhKzuAHLi0MsPXeNzoqRm4nfZe/view?usp=sharing), and put it under `${ROOT}/models/neuron/`
25
+
4. Download pretrained neuron-detection [model](https://drive.google.com/file/d/1iX1oE3bhKzuAHLi0MsPXeNzoqRm4nfZe/view?usp=sharing), and put it under `${ROOT}/models/neuron/`
26
26
27
27
### Training with simulated data (optional)
28
-
1. Download ResNet-18 model pretrained on ImageNet[model](https://download.pytorch.org/models/resnet18-5c106cde.pth)
28
+
1. Download model ImageNet-pretrained ResNet-18[model](https://download.pytorch.org/models/resnet18-5c106cde.pth)
29
29
and put it under `${ROOT}/models/pytorch/imagenet/`
0 commit comments