Skip to content

Commit 2682513

Browse files
author
sfwang
committed
Update README.md
1 parent eddbb08 commit 2682513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ See [`requirements.txt`](requirements.txt) for other dependencies.
2222
```
2323
pip install -r requirements.txt
2424
```
25-
4. Download pretrained neuron-detection [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/pytorch/neuron/`
2626

2727
### Training with simulated data (optional)
28-
1. Download model ImageNet-pretrained ResNet-18 [model](https://download.pytorch.org/models/resnet18-5c106cde.pth)
28+
1. Download ImageNet-pretrained ResNet-18 [model](https://download.pytorch.org/models/resnet18-5c106cde.pth)
2929
and put it under `${ROOT}/models/pytorch/imagenet/`
3030
2. To train with simulated data, run:
3131
```

0 commit comments

Comments
 (0)