-
Notifications
You must be signed in to change notification settings - Fork 28
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
data process #26
Comments
Hello brother, may I ask if you can successfully train this DTPP code? I couldn't train successfully on my end, and the error I reported was a problem with reverse differentiation, loss. backward(). I debugged it and found that it was in the scenario_tree_prediction. py file with enw_decode=self. microenvironment_decoder (query, encoding, encoding, env-mask) |
The problem has been resolved. I mistakenly converted the passed atte_mask type to boolean type, which should be tensor.float type. |
Why are the candidate trajectories processed like this?
The reason is that the recent blocks are filtered incorrectly, as shown in the figure below. The upper left image is the nearest block to the vehicle, the upper right image is the Bezier curve generated from the vehicle position to the nearest block, the lower left image is the filtered paths , and the lower right image is the final Scene visualization.
The text was updated successfully, but these errors were encountered: