-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to perform an inference task with a model provided with trained parameters? #6
Comments
Hi, You can use these python scripts for evaluation. We perform nearest neighbor retrieval to evaluate the trained models. |
Sorry that I could not give you exact examples, as I lost the access to my code repo. I will instead explain what these variables are:
|
Hi, the files are the ground-truth instance masks of Cityscapes. They are not used for inference at all. You can either replace them with some dummy files, or download from here. |
Thank you very much, I downloaded the gtFineInstId.zip file you provided and am currently able to run the entire program. I would like to train a new model based on my dataset to replace the pre-trained model you provided. Currently encountering two problems:
Thank you very much for your time and help and I look forward to hearing from you. |
Hi author, I have downloaded the Cityscapes Trained Models and the file is as follows:
I would like to know how to set up the file to perform inference on the Cityspaces dataset with the model you provided.
thanks.
The text was updated successfully, but these errors were encountered: