You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: