-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Questions about Validation #37
Comments
As far as I know, the authors have not posted their trained model! How are you running the inference code? |
you can find it in issue #13 |
@Monssica Interesting! I didn't know that :) I trained the model myself and had no issue with the evaluation. Maybe the code you are running for validation is slightly different from the model they provided?! |
See https://github.com/OpenPerceptionX/PersFormer_3DLane/issues/25. Previously provided weights should not be used for the current model. |
okay,thanks. |
Hello, when I use the weights you posted and use this command to infer, the error is as follows, what is the reason?
error:
and my data file structure is as follows:
persformer_openlane.py:
args.dataset_name = 'openlane'
args.dataset_dir = '/home/PersFormer_3DLane/openlane/images/validation/'
args.data_dir = '/home/PersFormer_3DLane/lane3d_300/'
The text was updated successfully, but these errors were encountered: