ChatSim
ChatSim copied to clipboard
Errors when run rendering and sim
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)
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
Could you please try other scenes to check if any checkpoint is saved?
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:
Another problem is that I tried to tell the exactly degrees I want, a error shows up:
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:
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.
Another problem is that I tried to tell the exactly degrees I want, a error shows up:
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.


