open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.58k stars 597 forks source link

'free(): invalid pointer' printed in verification process #906

Open nyanmn opened 1 year ago

nyanmn commented 1 year ago

I have the following versions installed.

ubuntu 20
mmcv version is 1.7.1
mmdet version is 2.28.0
mmtrack version is 0.14.0.

Running demo for verification gives me

Warning: The model doesn't have classes
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 8/8, 3.8 task/s, elapsed: 2s, ETA:     0smaking the output video at mot.mp4 with a FPS of 3
[>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 8/8, 32.6 task/s, elapsed: 0s, ETA:     0s
free(): invalid pointer
Aborted (core dumped)

What could be wrong with the last two lines?