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

About ACO_resnet34.ckpt and L1 error of steering prediction on NuScenes dataset #10

Open
Yingxiu-Chang opened this issue Nov 16, 2024 · 0 comments

Comments

@Yingxiu-Chang
Copy link

Hi,
I downloaded your ACO_resnet34.ckpt and try to test a single image to predict the steering value.
You had mentioned in your manuscript that the L1 error of steering prediction on NuScenes dataset are normalized to [0, 1].
When I fed an image [1, 3, 224, 224] into the model as:

net = resnet34()
net.load_state_dict(torch.load('ACO_resnet34.ckpt'), strict=False) 
output = net(image)

The output is [1, 1000] which is not a steering value.
Did I miss something or misunderstood?
Best
Hugh

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