ZexinChen / AlphaTracker

AlphaTracker is a computer vision pipeline with the practical and real-time advantages , which requires minimal hardware requirements and produces reliable tracking of multiple unmarked animals. An easy-to-use user interface further enables manual inspection and curation of results.
61 stars 16 forks source link

Alphatracker training is not available #27

Open HuRenee opened 1 year ago

HuRenee commented 1 year ago

My alphatracker has been installed, but when training, there are the following errors. I hope you can help me to answer the reason Q

laurelrr commented 1 year ago

Please try pip install mkl-service==2.4.0 and rerun your training. Let us know if that fixes your issue.

HuRenee commented 1 year ago

Thank you for your reply. I ran it yesterday using google colab and there was a bug in the step 9. I hope you can answer it.

Traceback (most recent call last): File "./PoseFlow/tracker-general-fixNum-newSelect-noOrb.py", line 247, in track[img_name][bid+1]['box_pos'] = [ int(notrack[img_name][bid]['box'][0]),\ ValueError: cannot convert float NaN to integer

image