yihongXU / deepMOT

Official Implementation of How To Train Your Deep Multi-Object Tracker (CVPR2020)
GNU Lesser General Public License v3.0
499 stars 86 forks source link

TypeError: findTransformECC() missing required argument 'criteria' (pos 5) #8

Closed chenjun2hao closed 5 years ago

chenjun2hao commented 5 years ago

when i test the pretrained model, i meet this mistake.

chenjun2hao commented 5 years ago

the opencv_python version is not right. pip install opencv_python==3.1.0.4

yihongXU commented 5 years ago

thank you, I'll update the requirement files.