ChatSim icon indicating copy to clipboard operation
ChatSim copied to clipboard

Errors when run rendering and sim

Open StarsTesla opened this issue 1 year ago • 5 comments
trafficstars

I follow the README.md to install and train the nerf successfully, and when I tried to run the sim or rendering, the error shows up : I check the dir, and no such file, the training process was ended well(no error shows)

image

open file failed because of errno 2 on fopen: , file path: /code/ChatSim/chatsim/background/mcnerf/exp/segment-10275144660749673822_5755_561_5775_561_with_camera_labels/exp_coeff_0.3/checkpoints/latest/scalars.pt

image

StarsTesla avatar Mar 13 '24 02:03 StarsTesla

Could you please try other scenes to check if any checkpoint is saved?

yifanlu0227 avatar Mar 13 '24 02:03 yifanlu0227

I find the checkpoint dir, I manually move the directory to the exp_coeff_0.3, the problem sovled. However I found that the "Agent Code" not working at most time, maybe the prompt template or somewhere need to improve, but I believe this is a bug, cause the GPT returned right anwser:

image

image

StarsTesla avatar Mar 13 '24 07:03 StarsTesla

Another problem is that I tried to tell the exactly degrees I want, a error shows up: image

StarsTesla avatar Mar 13 '24 07:03 StarsTesla

I find the checkpoint dir, I manually move the directory to the exp_coeff_0.3, the problem sovled. However I found that the "Agent Code" not working at most time, maybe the prompt template or somewhere need to improve, but I believe this is a bug, cause the GPT returned right anwser:

image

image

This situation may be due to your command not being executable within the current scene, such as not finding a red car. The extraction of vehicle color information can sometimes be inaccurate, thus failing to locate it. Additionally, during the placement process, there is no suitable lane node for the specified "left" under the current command, and placement is implemented using lane nodes in the map as anchors.

vfishc avatar Mar 13 '24 08:03 vfishc

Another problem is that I tried to tell the exactly degrees I want, a error shows up: image

Firstly, specifying a specific degree is indeed not supported. The supportable key information can be referred to in the Key section of GPT's output. Of course, you can implement support for new keys based on your situation. Secondly, the degree was actually understood and reflected in the placement direction of left front, but similar to the above issue, there is no suitable lane node in the left front direction of the current scene, hence placement cannot be achieved.

vfishc avatar Mar 13 '24 08:03 vfishc