Yingkai
Yingkai
I've been trying to run the simulator with Apollo 5.0 and when I execute bridge.sh, I get the following error message: `scripts/bridge.sh: line 6: bazel-bin/cyber/bridge/cyber_bridge: No such file or directory`...
I randomly selected 200 data from Argoverse Motion Forecasting's val for prediction testing, and the predictions were all nan. The test command is: `python test.py -m lanegcn --weight=36.000.ckpt --split=val` Pre-trained...
**I've tried for a long time, but I can't solve this problem. I need your help very much.** **When I run model.py, the following error is prompted:** `/home/kai/anaconda3/envs/V_M/bin/python3.6 `/home/kai/Documents/VeriGauge-master/model.py` Traceback...
Traceback (most recent call last): File "/data/yingkai/sdxl/generative-models/tests/inference/test_text_to_image.py", line 23, in i2t = pipeline.text_to_image( File "/home/yingkai/anaconda3/envs/sdxl/lib/python3.10/site-packages/sgm/inference/api.py", line 192, in text_to_image sampler = get_sampler_config(params) File "/home/yingkai/anaconda3/envs/sdxl/lib/python3.10/site-packages/sgm/inference/api.py", line 370, in get_sampler_config return DPMPP2MSampler(...
When I run: ` w = sim.weather w.rain = 0.5 # set rain to 50% sim.weather = w ` I get this error: ` Traceback (most recent call last): File...