MTrajRec icon indicating copy to clipboard operation
MTrajRec copied to clipboard

Map-Constrained Trajectory Recovery (KDD'21)

Results 4 MTrajRec issues
Sort by recently updated
recently updated
newest added

i use the code `python multi_main.py`,then get 3 files in the data/. ,and get 1 file in the results/. ,but now i don't know how to use those files, can...

Please note that the code of "get_rid_grid" in models_utils.py is incomplete, and the part that calculates the grid cell indices for the intermediate coordinates is missing. Additionally, the calculated mid_xid...

In `datasets.py` file, `def get_pro_features` function ``` def get_pro_features(self, ds_pt_list, hours, weather_dict): holiday = is_holiday(ds_pt_list[0].time)*1 day = ds_pt_list[0].time.day # TODO: check hour data have some questions, hour = {'hour': np.bincount(hours).max()}...

In the sample data provided, the longitude and latitude of the trajectory data used for training is not within the latitude and longitude range of the road network data. Could...