InhwanBae / LMTrajectory

Official Code for "Can Language Beat Numerical Regression? Language-Based Multimodal Trajectory Prediction (CVPR 2024)"
https://ihbae.com/publication/lmtrajectory/
Other
59 stars 4 forks source link

About OPENAI_API_KEY #2

Open wisionpeng opened 4 weeks ago

wisionpeng commented 4 weeks ago

Hi, Thank you for your work and code. The following problem occurred while I was executing: './zero-shot/chatgpt_sequential_v3.sh: line 25: python3: command not found' Why did this error occur? Is it because api-key does not have enough balance? Thanks, Wision

InhwanBae commented 3 weeks ago

Hi @wisionpeng,

If your system is based on Python 3, try changing python3 to python in ./zero-shot/chatgpt_sequential_v3.sh (line 25). Hope this helps you.