MobilityNet / mobilitynet.github.io

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

What would be the correct way to access a raw section and compare it to its cleaned version? #22

Open darlev opened 3 years ago

darlev commented 3 years ago

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!

shankari commented 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