nwojke / mcf-tracker

A simple multi-object tracker based on the mcf library
GNU General Public License v3.0
53 stars 20 forks source link

pointer being freed was not allocated #7

Open hxtkyne opened 6 years ago

hxtkyne commented 6 years ago

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 commented 6 years ago

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

hxtkyne commented 6 years ago

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

nwojke commented 6 years ago

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