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

Pretrained model #30

Open
sivaprasadraju opened this issue Dec 2, 2020 · 5 comments
Open

Pretrained model #30

sivaprasadraju opened this issue Dec 2, 2020 · 5 comments

Comments

@sivaprasadraju
Copy link

@tyagi-iiitv Did your pretrained model reached the performance according to PointPillar paper?

@han1366
Copy link

han1366 commented Dec 2, 2020

I think not. I find that the code is not very similar to paper.The paper describes 9 features per point,but this code only define 7 features.

@Manueljohnson063
Copy link

@han1366 @sivaprasadraju
2021-03-07 17:54:35.720682: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudnn.so.8
2021-03-07 17:54:37.690026: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublas.so.11
2021-03-07 17:54:38.183182: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublasLt.so.11
Scene 1: Box predictions with occupancy > occ_thr: 0
Traceback (most recent call last):
File "point_pillars_prediction.py", line 43, in
nms_boxes = rotational_nms(set_boxes, confidences, occ_threshold=0.7, nms_iou_thr=0.5)
File "/content/drive/MyDrive/PointPillars/inference_utils.py", line 41, in rotational_nms
assert (isinstance(set_boxes[0][0][0][0], float) or isinstance(set_boxes[0][0][0][0], int)) and
IndexError: list index out of range


I put for files in testing folder(4-velodyne,4-calib)
000000,00001,000002,00003
Error is poping out please help !!!!!!!!!!!!!!!!!!!!

@han1366
Copy link

han1366 commented Mar 8, 2021

@han1366 @sivaprasadraju
2021-03-07 17:54:35.720682: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudnn.so.8
2021-03-07 17:54:37.690026: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublas.so.11
2021-03-07 17:54:38.183182: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcublasLt.so.11
Scene 1: Box predictions with occupancy > occ_thr: 0
Traceback (most recent call last):
File "point_pillars_prediction.py", line 43, in
nms_boxes = rotational_nms(set_boxes, confidences, occ_threshold=0.7, nms_iou_thr=0.5)
File "/content/drive/MyDrive/PointPillars/inference_utils.py", line 41, in rotational_nms
assert (isinstance(set_boxes[0][0][0][0], float) or isinstance(set_boxes[0][0][0][0], int)) and
IndexError: list index out of range

I put for files in testing folder(4-velodyne,4-calib)
000000,00001,000002,00003
Error is poping out please help !!!!!!!!!!!!!!!!!!!!

I can't run this code, so I think you can try second.pytorch.That code run easily.

@tuan97anton
Copy link

@han1366
Could you share the repo git of second.pytorch ?

@eddydw
Copy link

eddydw commented Nov 6, 2023

[@tyagi-iiitv] (https://github.com/tyagi-iiitv) : The pre-trained model model.h5 is missing . Can you please put it on the git repo or provide a link that is not broken please?
thanks in advance
Eddy

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

5 participants