Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update readme
  • Loading branch information
adipandas committed Nov 18, 2020
commit c5533f4e24ae8b9aa4b296f2a4be7a877616ae42
3 changes: 3 additions & 0 deletions DOWNLOAD_WEIGHTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Instructions to download pretrained neural-network weights.

[Home](https://adipandas.github.io/multi-object-tracker/){: .btn .btn-green }
[GitHub](https://github.com/adipandas/multi-object-tracker){: .btn .btn-blue}

##### YOLOv3
```
cd ./examples/pretrained_models/yolo_weights
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ detector.YOLOv3

Pip install for OpenCV (version 3.4.3 or later) is available [here](https://pypi.org/project/opencv-python/) and can be done with the following command:

```
pip install numpy matplotlib scipy
pip install opencv-contrib-python
```

Installation of `ipyfilechooser` is recommended if you want to use the jupyter notebooks available in the ```examples``` folder.
```
pip install ipyfilechooser
```

```
git clone https://github.com/adipandas/multi-object-tracker
cd multi-object-tracker
Expand Down
6 changes: 3 additions & 3 deletions REFERENCES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# References and Credits

[Home](https://adipandas.github.io/multi-object-tracker/){: .btn .btn-green }
[GitHub](https://github.com/adipandas/multi-object-tracker){: .btn .btn-blue}

This work is based on the following literature:

1. Bochinski, E., Eiselein, V., & Sikora, T. (2017, August). High-speed tracking-by-detection without using image information. In 2017 14th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS) (pp. 1-6). IEEE. [[pdf](http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf)]
Expand All @@ -8,6 +11,3 @@ This work is based on the following literature:
4. Kalman Filter. [[wiki](https://en.wikipedia.org/wiki/Kalman_filter)]
5. TensorFlow Object Detection API [[github](https://github.com/tensorflow/models/tree/master/research/object_detection)]
6. Caffe [[website](https://caffe.berkeleyvision.org/)][[github](https://github.com/BVLC/caffe)]


#### Link to `multi-object-tracker` [[webpage](https://adipandas.github.io/multi-object-tracker/)][[GitHub Repo](https://github.com/adipandas/multi-object-tracker)]
3 changes: 3 additions & 0 deletions examples/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# multi-object-tracker examples

[Home](https://adipandas.github.io/multi-object-tracker/){: .btn .btn-green }
[GitHub](https://github.com/adipandas/multi-object-tracker){: .btn .btn-blue}

This folder contains various examples.

1. [Example jupyter-notebooks](example_notebooks)
Expand Down