Skip to content

Commit

Permalink
Slightly improve demo documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaqo committed Sep 10, 2020
1 parent c89359d commit 4809d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/detectron2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Detectron 2 example
# Detectron2 example

Simplest possible example of tracking. Based on [Detectron2](https://github.com/facebookresearch/detectron2).

Expand Down
5 changes: 2 additions & 3 deletions demos/yolov4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Simplest possible example of tracking. Based on [pytorch YOLOv4](https://github.

## Instructions

1. Install norfair `pip install norfair`.
2. Clone [pytorch YOLOv4](https://github.com/Tianxiaomo/pytorch-YOLOv4/tree/master) and download the [weights](https://drive.google.com/open?id=1wv_LiFeCRYwtpkqREPeI13-gPELBDwuJ) published on the repo into your local clone of the repo.
3. Copy `yolov4demo.py` into your local clone of the repo and run it.
1. Clone [pytorch YOLOv4](https://github.com/Tianxiaomo/pytorch-YOLOv4/tree/master) and download the [weights](https://drive.google.com/open?id=1wv_LiFeCRYwtpkqREPeI13-gPELBDwuJ) published on the repo into your local clone of the repo.
2. Copy `yolov4demo.py` into your local clone of the repo and run it.

## Explanation

Expand Down

0 comments on commit 4809d36

Please sign in to comment.