File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Анализ трафика на круговом движении
2
2
### Установка:
3
- Необходима версия Python >= 11
3
+ Необходима версия Python >= 3.10 (лучше 3.10.13)
4
4
```
5
5
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
6
6
pip install -r requirements.txt
Original file line number Diff line number Diff line change 5
5
from scipy .spatial .distance import cdist
6
6
7
7
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
9
9
import time
10
10
11
11
def merge_matches (m1 , m2 , shape ):
Original file line number Diff line number Diff line change 1
1
hydra-core
2
2
ultralytics
3
3
opencv-python
4
- cython_bbox
5
- lap
4
+ lap
5
+ cython_bbox
You can’t perform that action at this time.
0 commit comments