PointRCNN
PointRCNN copied to clipboard
AssertionError: Caught AssertionError in DataLoader worker process 0
Hi! I got a problem when I tried to run quick_demo. Problem is shown in the first image. I have spent plenty of time on looking at code but I haven't figure out the issue. I guess that the problem might be related to pytorch's dataloader.
Could someone help me look at it, please? I would appreciate it a lot since I have spent plenty of time on this issue. Any additional info can be provided if needed. Thank you.
Problem is shown in the first image. Second image is info about my cuda. Third image is info about my Nvidia driver.
I got the same error as well, someone please help me to get through it.
I got the same error as well, someone please help me to get through it.
me too. did you solve it ?
I got the same error as well, someone please help me to get through it.
me too. did you solve it ?
No, not yet !
@Git89 Looks like the "calib" folder is not found, you could try to print out the path of calib_file in kitti_dataset.py
Yeah I tried that too !
Yeah I tried that too !
So could you share your path of "calib_file" here? BTW, are you running eval_rcnn.py from PointRCNN/tools folder or the root dir?
Yeah I tried that too !
So could you share your path of "calib_file" here?
BTW, are you running eval_rcnn.py from PointRCNN/tools folder or the root dir?
eval_rcnn it is in PointRCNN/tools! And I’m kitta_dataset it mentioned root dir !
By the way my calib folder in PointRCNN/data/kitti as follow as author mentioned
Yeah I tried that too !
So could you share your path of "calib_file" here? BTW, are you running eval_rcnn.py from PointRCNN/tools folder or the root dir?
This is my path of calib file
@Laihu08 If I rembermber correctly, the path should be: {$PointRCNN}/KITTI/object/testing/calib (without ImageSets in the middle)
References here: https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L13 https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L21
@Laihu08 If I rembermber correctly, the path should be: {$PointRCNN}/KITTI/object/testing/calib (without ImageSets in the middle)
References here: https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L13 https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L21
Solved it. Thank you.
@Laihu08 If I rembermber correctly, the path should be: {$PointRCNN}/KITTI/object/testing/calib (without ImageSets in the middle)
References here: https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L13 https://github.com/sshaoshuai/PointRCNN/blob/master/lib/datasets/kitti_dataset.py#L21
It worked, Thanks a lot. Now I am working to get result as an image.