mmtracking
mmtracking copied to clipboard
demo running issue
May I know how to modify the init.py file to solve the compatibility issue?
(mmtracking) C:\Users\guangwei\mmtracking>python demo/demo_mot_vis.py configs/mot/deepsort/sort_faster-rcnn_fpn_4e_mot17-private.py --input demo/demo.mp4 --output mot.mp4
Traceback (most recent call last):
File "demo/demo_mot_vis.py", line 9, in
AssertionError: MMCV==2.0.0 is used but incompatible. Please install mmcv>=1.3.8, <=1.5.0.
pip install mmcv>=1.3.8 试试 来回测试