We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I try to evaluate in the test set, I modify the configuration file like this:
However, when executing the dataloader, the following error occurs:
I can evaluate in the val set but cannot evaluate in the test set. Do you know this reason?
The text was updated successfully, but these errors were encountered:
I meet the same problem and solve it by adding a judgement before filtrate_objects objs (kitti.py:264):
filtrate_objects
if objs != None: objs = self.filtrate_objects(objs) # remove objects of irrelevant classes
Sorry, something went wrong.
No branches or pull requests
Hi, when I try to evaluate in the test set, I modify the configuration file like this:
However, when executing the dataloader, the following error occurs:
I can evaluate in the val set but cannot evaluate in the test set. Do you know this reason?
The text was updated successfully, but these errors were encountered: