Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertaionError #49

Open
husamhamu opened this issue Dec 12, 2021 · 0 comments
Open

AssertaionError #49

husamhamu opened this issue Dec 12, 2021 · 0 comments

Comments

@husamhamu
Copy link

husamhamu commented Dec 12, 2021

Hi,
I am getting the following error:
Traceback (most recent call last): File "mono_3d_tracking.py", line 274, in <module> main() File "mono_3d_tracking.py", line 271, in main te.eval_app() File "/home/husam/Carla_3D_Tracking/3d-tracking/tools/eval_mot_bdd.py", line 96, in eval_app result[i_s] = self.eval_parallel(seq_gt, seq_pd) File "/home/husam/Carla_3D_Tracking/3d-tracking/tools/eval_mot_bdd.py", line 171, in eval_parallel evaluator.evaluate() File "/home/husam/Carla_3D_Tracking/3d-tracking/tools/pymot/pymot.py", line 99, in evaluate self.evaluateFrame(frame) File "/home/husam/Carla_3D_Tracking/3d-tracking/tools/pymot/pymot.py", line 269, in evaluateFrame assert self.mappings_[gt_id] != hypo_id AssertionError

when running the following command:
python run_tracking.py gta val --session 616 --epoch 030

I wonder what could be the problem here?
I read the comments that you had for the AsserationError which was the following(in pymot.py):

      # Assert no known mappings have been added to hungarian, 
     # since keep correspondence should have 
     # this case.

but I couldn't understand it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant