Stereo-3D-Detection icon indicating copy to clipboard operation
Stereo-3D-Detection copied to clipboard

some problem need help

Open wyfv222 opened this issue 1 year ago • 0 comments

Hello, I'm trying to reproduce your project, but there are several problems 1.when run sh make.sh , error is cp:cannot stat 'build/lib*':No such file or directory 2.when run python demo.py ,error is Loaded weights from checkpoints/sfa.pth

=> loaded anynet pretrained model 'checkpoints/anynet.tar' View images: 0%| | 0/7518 [00:00<?, ?iteration/s] Traceback (most recent call last): File "demo.py", line 237, in main() File "demo.py", line 156, in main imgL, imgR, calib = KITTI_stereo[i] File "E:\pointpillars\p1\stereo-3D-Detection\visualization\KittiDataset.py", line 59, in getitem rightImagesPath = os.path.join(self.rootRightImages, self.rightImagesNames[index]) IndexError: list index out of range

I don't know how to solve this problem ,hope your reply

wyfv222 avatar Mar 15 '23 07:03 wyfv222