Rahul selvaraj

Results 51 comments of Rahul selvaraj

> Hi Shaoshuai > After run this command python eval_rcnn.py --cfg_file cfgs/default.yaml --ckpt PointRCNN.pth --batch_size 1 --eval_mode rcnn --set RPN.LOC_XZ_FINE False > it same to get a good result, show...

Yes, even i got the same problem. How to resolve it?

> > Could you go into kitti_dataset.py and add a `print(calib_file)` infront of the > > ``` > > assert os.path.exists(calib_file) > > ``` > > > > > >...

Path to your project means, sorry I can't understand what you mean? Could you please explain to me to resolve this problem!

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 ? No, not...

> > 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...

> > 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...

> @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...