ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.82k stars 911 forks source link

Numpy binary binary incompatibility #333

Open omatmenmitsu opened 1 year ago

omatmenmitsu commented 1 year ago

The requirements have:

Cython==0.29.34
lap==0.4.0
loguru==0.7.0
numpy==1.21.6

Error: File "bytetrack\yolox\tracker\matching.py", line 7, in from cython_bbox import bbox_overlaps as bbox_ious File "src\cython_bbox.pyx", line 1, in init cython_bbox ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

dashanlidewa commented 1 year ago

换个numpy版本试试,比如 pip uninstall numpy pip install numpy==1.23.5