Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

fix typo #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bash get_coco_dataset.sh
## Training
##### Download pretrained weights
1. See [weights readme](weights/README.md) for detail.
2. Download pretrained backbone wegiths from [Google Drive](https://drive.google.com/open?id=1VYwHUznM3jLD7ftmOSCHnpkVpBJcFIOA) or [Baidu Drive](https://pan.baidu.com/s/1axXjz6ct9Rn9GtDTust6DA)
3. Move downloaded file ```darknet53_weights_pytorch.pth``` to ```wegihts``` folder in this project.
2. Download pretrained backbone weights from [Google Drive](https://drive.google.com/open?id=1VYwHUznM3jLD7ftmOSCHnpkVpBJcFIOA) or [Baidu Drive](https://pan.baidu.com/s/1axXjz6ct9Rn9GtDTust6DA)
3. Move downloaded file ```darknet53_weights_pytorch.pth``` to ```weights``` folder in this project.
##### Modify training parameters
1. Review config file ```training/params.py```
2. Replace ```YOUR_WORKING_DIR``` to your working directory. Use for save model and tmp file.
Expand All @@ -52,8 +52,8 @@ python -m tensorboard.main --logdir=YOUR_WORKING_DIR
## Evaluate
##### Download pretrained weights
1. See [weights readme](weights/README.md) for detail.
2. Download pretrained yolo3 full wegiths from [Google Drive](https://drive.google.com/file/d/1SnFAlSvsx37J7MDNs3WWLgeKY0iknikP/view?usp=sharing) or [Baidu Drive](https://pan.baidu.com/s/1YCcRLPWPNhsQfn5f8bs_0g)
3. Move downloaded file ```official_yolov3_weights_pytorch.pth``` to ```wegihts``` folder in this project.
2. Download pretrained yolo3 full weights from [Google Drive](https://drive.google.com/file/d/1SnFAlSvsx37J7MDNs3WWLgeKY0iknikP/view?usp=sharing) or [Baidu Drive](https://pan.baidu.com/s/1YCcRLPWPNhsQfn5f8bs_0g)
3. Move downloaded file ```official_yolov3_weights_pytorch.pth``` to ```weights``` folder in this project.
##### Start evaluate
```
cd evaluate
Expand Down