Skip to content

Commit 4c92db5

Browse files
committed
update README
1 parent 2a1527b commit 4c92db5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ detector.YOLOv3
3434
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:
3535

3636
```
37-
git clone https://github.com/adipandas/multi-object-tracker
37+
git clone https://github.com/vvEverett/multi-object-tracker.git
3838
cd multi-object-tracker
3939
pip install -r requirements.txt
40-
pip install -e .
40+
# pip install -e .
41+
python setup.py develop
42+
python setup_nanodet.py develop
4143
```
4244

4345
**Note - for using neural network models with GPU**

0 commit comments

Comments
 (0)