Skip to content

Commit 6e322d4

Browse files
committed
проверка библиотек
1 parent 2975486 commit 6e322d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Анализ трафика на круговом движении
22
### Установка:
3-
Необходима версия Python >= 11
3+
Необходима версия Python >= 3.10 (лучше 3.10.13)
44
```
55
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
66
pip install -r requirements.txt

byte_tracker/utils/matching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from scipy.spatial.distance import cdist
66

77
from cython_bbox import bbox_overlaps as bbox_ious
8-
from byte_tracker_pytorch.utils import kalman_filter
8+
from byte_tracker.utils import kalman_filter
99
import time
1010

1111
def merge_matches(m1, m2, shape):

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
hydra-core
22
ultralytics
33
opencv-python
4-
cython_bbox
5-
lap
4+
lap
5+
cython_bbox

0 commit comments

Comments
 (0)