-
Notifications
You must be signed in to change notification settings - Fork 23
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
Pre-trained model files missing #8
Comments
Hi, did you find the FPN18_retinanet_968.pth? |
Hi, no I commented the line in the end and started a new training from 0. Apparently, from what I remember from the paper, it is simply a retinanet pretrained on the Kitti dataset. If you managed to come to this stage of the debugging, and want to persevere to reach close results to the one advertised in the paper, you need to correct the mistake in second/pytorch/models/rpn.py line 410: original: After my investigations I still did not manage to find the "pointnet" used for the feature pooling and it is an annoying mystery. However with that correction you become very close to their results (~1-2%) without even using the second stage nor the pertained retinanet. |
Thanks a lot |
hi, i want to ask that did you have some mistake in 3D-CVF/second/core/box_np_ops.py when run from spconv.utils import rbbox_iou, rbbox_iou_loss. I can't import rbbox_iou_loss correctly. Did you meet this problem? |
hi, when you run this code did you find many bugs? will you mind sending me the code you run successfully? thank you very much! |
Hi, |
Hi! Could you provide more details? |
I just commented the code of pre-train-model-load, and train from 0 |
Thank you! I understand what you mean. In addition, when you are training 3DCVF, is the pkl file generation method on the kitti dataset the same as the second generation method? |
It depends on the version of SECOND. |
I got it, thank you very much for your reply! |
Hi,I commented the code of pre-train-model-load,but I am missing this file: KITTI/object/gt_database/7392_Car_2.bin.Did you meet this problem? |
1 similar comment
Hi,I commented the code of pre-train-model-load,but I am missing this file: KITTI/object/gt_database/7392_Car_2.bin.Did you meet this problem? |
Thank you very much for your reply. How did you get the car.bin file?
…---Original---
From: ***@***.***>
Date: Fri, Dec 3, 2021 09:47 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [rasd3/3D-CVF] Pre-trained model files missing (#8)
I got it, thank you very much for your reply!
Hi,I commented the code of pre-train-model-load,but I am missing this file: KITTI/object/gt_database/7392_Car_2.bin.Did you meet this problem?
No, I did not encounter this problem. If there is a missing file, how about adding this file to the corresponding folder?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Did you follow create_data.py in sencond1.5 to generate data? |
I git it,Thank you very much!
…---Original---
From: ***@***.***>
Date: Fri, Dec 3, 2021 10:36 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [rasd3/3D-CVF] Pre-trained model files missing (#8)
Did you follow create_data.py in sencond1.5 to generate data?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hi,I modified code according to the steps in issue, but it didn't succeed.Now,I wonder what the "train from 0" mean? |
And I occurred error: Traceback (most recent call last): I tried to modify the config and data files,but it didn't succeed. Can someone help me? |
Hi, do you solve this problem? I use the create_data.py from SECOND-1.5 but it seems not correct. Thanks! |
Hi,
Thanks for sharing the code of your method. I am trying to reproduce your results with your code but I am missing the pre-trained weight files you are using to initialize your networks:
pre_weight/FPN18_retinanet_968.pth
andpre_weight/first_stage/fusion_split/voxelnet-35210.tckpt
.Is there a way to download those files somewhere or pre-train the networks in a similar way ?
The text was updated successfully, but these errors were encountered: