Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when run rendering and sim #5

Open
StarsTesla opened this issue Mar 13, 2024 · 5 comments
Open

Errors when run rendering and sim #5

StarsTesla opened this issue Mar 13, 2024 · 5 comments

Comments

@StarsTesla
Copy link

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

@yifanlu0227
Copy link
Owner

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

@StarsTesla
Copy link
Author

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
Copy link
Author

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

@vfishc
Copy link
Collaborator

vfishc commented Mar 13, 2024

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
Copy link
Collaborator

vfishc commented Mar 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants