mcf-tracker icon indicating copy to clipboard operation
mcf-tracker copied to clipboard

pointer being freed was not allocated

Open hxtkyne opened this issue 7 years ago • 3 comments

hi, when i use "python motchallenge_trainer.py", an error occur, that is '' python(11193,0x7fff8b460340) malloc: *** error for object 0x15171953e8: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6 " Could you help me to solve this problem?

hxtkyne avatar Feb 23 '18 09:02 hxtkyne

the problem is caused by generate_detections.py, but i cannot solve it.

hxtkyne avatar Feb 24 '18 02:02 hxtkyne

i have solved the problem, in motchallenge_trainer.py, i change the import order below: import os import argparse import pickle import matplotlib.pyplot as plt import generate_detections

import pymotutils from pymotutils.contrib.datasets import motchallenge import min_cost_flow_pymot

but i still don't know why

hxtkyne avatar Feb 24 '18 02:02 hxtkyne

I could not yet reproduce the problem. I'll leave the issue open for now.

nwojke avatar Apr 12 '18 17:04 nwojke