metadriverse / trafficgen

[ICRA 2023] The official code for paper "TrafficGen: Learning to Generate Diverse and Realistic Traffic Scenarios"
Apache License 2.0
153 stars 24 forks source link

could you share the model for the step:Generate new traffic scenarios #21

Closed xuarehere closed 1 year ago

xuarehere commented 1 year ago

I have download the shared model, and put it to the right path.(let init.ckpt to the path : /workspace/trafficgen/trafficgen/traffic_generator/ckpt/init.ckpt')

But I run the command, some thing is wrong:

# /workspace/trafficgen/trafficgen# python generate.py --gif 
FileNotFoundError: [Errno 2] No such file or directory: '/workspace/trafficgen/trafficgen/traffic_generator/ckpt/act.ckpt'
Alan-LanFeng commented 1 year ago

Now 'act.ckpt' is uploaded.