Open darlev opened 3 years ago
@darlev the section location dataframe is the raw location data received from the phone for the time range associated with the section ground truth. Can you tell me where I indicated that it was processed so that I could fix it?
you can access the location data for any time range by calling self.DATASTORE_URL+"/datastreams/find_entries/timestamp"
, similar to emeval/input/spec_details.py
, retrieve_data_from_server
If I understand correctly, the section location dataframe data that is shown in each evaluation notebook is processed. Is there a way to access the raw section data via the MobilityNet API and compare it with the processed section?
Thank you!