bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
667 stars 186 forks source link

HMM Break no emssion state #157

Open yunan714 opened 2 years ago

yunan714 commented 2 years ago

I follow the tutorial to build docker and start mapServer , but when I run the python script for test , it doesn't worked. server return success but the coordinates list is empty, and I check the code find that the function Filter.candidates() always return the empty list. can anyone tell me how to slove it??