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

Question abou the model‘s config.json with encoding robot future #101

Open
MandyZhang4869 opened this issue Jul 10, 2024 · 0 comments
Open

Comments

@MandyZhang4869
Copy link

I have read the model configuration file config.json used during training with the nuScenes dataset in the code.

I found that when the robot future is included, the pred_state only contains the vehicle parameter and does not include the pedestrian configuration.
However, in the configuration files for other cases, the pred_state includes both pedestrian and vehicle parameters.

Why is this the case? What does it imply? Does it mean that when the robot future is included, only vehicle trajectories can be predicted and pedestrian trajectories cannot be predicted?

when encoing robot future:
/Trajectron-plus-plus/experiments/nuScenes/models/robot/config.json

 "pred_state": 
    {
        "VEHICLE": 
        {
            "position": ["x", "y"]
        }
    }, 

others:
for example: /Trajectron-plus-plus/experiments/nuScenes/models/int_ee/config.json

"pred_state":
    {
        "VEHICLE": 
        {
            "position": ["x", "y"]
        }, 
        "PEDESTRIAN": 
        {
            "position": ["x", "y"]
        }
    }, 

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

1 participant