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

TypeError Caught TypeError in DataLoader worker process 0. #39

Open
hero-y opened this issue Dec 3, 2021 · 1 comment
Open

TypeError Caught TypeError in DataLoader worker process 0. #39

hero-y opened this issue Dec 3, 2021 · 1 comment

Comments

@hero-y
Copy link

hero-y commented Dec 3, 2021

Hi, when I try to evaluate in the test set, I modify the configuration file like this:

image

However, when executing the dataloader, the following error occurs:

image

image

I can evaluate in the val set but cannot evaluate in the test set. Do you know this reason?

@org-den
Copy link

org-den commented Aug 16, 2024

I meet the same problem and solve it by adding a judgement before filtrate_objects objs (kitti.py:264):

	if objs != None:
		objs = self.filtrate_objects(objs) # remove objects of irrelevant classes

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

2 participants