Nothing Special   »   [go: up one dir, main page]

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

about the given results of the model detection of upidet_release.pth #22

Open
thelandord opened this issue Jun 13, 2024 · 7 comments
Open

Comments

@thelandord
Copy link

I tested the pre-trained model under pytorch1.10.0, cuda11.3,python=3.8, and the result is different from the published result, is it because of the version of pytorch?
image

car
cyc
ped

@Eaphan
Copy link
Owner
Eaphan commented Jun 13, 2024

The reason for this discrepancy could be due to differences in library versions and the presence of noise introduced during pre-processing.

@thelandord
Copy link
Author

The reason for this discrepancy could be due to differences in library versions and the presence of noise introduced during pre-processing.

Thank you for your help!
I have another problem, I encountered the following bug while training, at line 161 of dataset.py
data_dict['segmentation'] = [data_dict['segmentation'][ind] for ind in selected]
There is a bug: IndexError: list index out of range.
I print it and get the output:
wenti
Why is the len of data_dict['segmentation'] less than the len of selected? Do I need to align the selected filter to data_dict['segmentation']?

@Eaphan
Copy link
Owner
Eaphan commented Jun 24, 2024

Please follow the README.md to prepare data and train.

@thelandord
Copy link
Author

Please follow the README.md to prepare data and train.

thanks for your reply! I have replaced the .pkl file.I meet the bug after replaced pkl. But the len of data_dict['segmentation'] less than the len of selected.Is there a detail I'm missing?

@Eaphan
Copy link
Owner
Eaphan commented Jun 25, 2024

Have you replaced all original pkl files, including the kitti_dbinfos_train.pkl.

@thelandord
Copy link
Author

Have you replaced all original pkl files, including the kitti_dbinfos_train.pkl.

yes, i have replaced the kitti_dbinfos_train.pkl, kitti_infos_train.pkl ,kitti_infos_val.pkl. i print the pkl as the following pictures
Snipaste_2024-06-26_21-27-09

@Eaphan
Copy link
Owner
Eaphan commented Jun 26, 2024

Could you use the command "git diff" to see what changes you have made?

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

2 participants