tsinghua-fib-lab / Activity-Trajectory-Generation

The official implementation of "Activity Trajectory Generation via Modeling Spatiotemporal Dynamics"
27 stars 3 forks source link

Dear author, could you please see whether there is something wrong in the run files? #2

Closed jinjiao97 closed 1 year ago

jinjiao97 commented 2 years ago

Hi yuanyuan: When I run the code, I find something wrong. However, I don't know what the problem is. Could you please give me some advise? Thanks a lot. There is something wrong in the app.py: 1、line 125”Trainer = Trainer_GAIL(args, device, TIME)“ :no model named Trainer_GAIL in the Trainer.py: 2、lin17:no reference "from models.spatial import GaussianMixtureSpatialModel, IndependentCNF" 3、line19:no reference”from models.temporal.basic import NeuralPointProcess“ 4、line24:”from Evaluation import *": Unresolved reference 'Evaluation' . I don't find which file is named Evaluation. 5、line28:”from viz_dataset import load_data, MAPS": Unresolved reference 'viz_dataset' . I don't find which file is named viz_dataset.

YuanYuan98 commented 1 year ago

I have updated the code, please refer to the new version~