Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in tutorial_training.md #88

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
2 changes: 1 addition & 1 deletion object-detection/yolov2/tutorial/tutorial_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tutorial will cover the following four topics:
- `train.py` will be mainly used for this purpose.
3. Run image object detection **using the trained parameters**.
- `yolov2_detection.py` will be mainly used for this purpose.
- This is mostly the same as [Quick Start: Image Object Detection with YOLO-v2-NNabla](./quickstart.md), until the final step, where the trained network weights are used instead of the pretrained network weights.
- This is mostly the same as [Quick Start: Image Object Detection with YOLO-v2-NNabla](../quickstart.md), until the final step, where the trained network weights are used instead of the pretrained network weights.
4. **Evaluate the network's mAP** (Mean Average Precision).
- Mean Average Precision is the score used for evaluating the image object detection performance in [the original YOLO v2 paper][1].
- `valid.py` and `scripts/voc_eval.py` will be mainly used for this purpose.
Expand Down