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

Cannot reproduce the PointGroup Detector performance #3

Open
CurryYuan opened this issue Aug 27, 2022 · 3 comments
Open

Cannot reproduce the PointGroup Detector performance #3

CurryYuan opened this issue Aug 27, 2022 · 3 comments

Comments

@CurryYuan
Copy link

Hi @daveredrum ,

I follow the instruction in README to train the PointGroup Detector, but the mAP@50 is around 32, which is quite low.

python scripts/train.py --config conf/pointgroup.yaml

I test the given checkpoint, and I can get the result of 50 mAP@50. So I guess there is something wrong with the given training hyper-parameters. Can you check it?

Thanks for your help.

Best

@daveredrum
Copy link
Owner

Hi @CurryYuan, could you quickly check if you can get reasonable results using the checkpoint?

@CurryYuan
Copy link
Author

Yes, the checkpoint can get satisfactory results. As I said above, I can get the detection result mAP@50 around 50 with the given checkpoint.

@Chuan-shanjia
Copy link

Hi, @CurryYuan ,
Did you meet the error #5 (comment) ?
I met a similiar error using the checkpoint:
Traceback (most recent call last):
File "scripts/eval.py", line 522, in
model = init_model(cfg, dataset)
File "scripts/eval.py", line 121, in init_model
model.load_state_dict(checkpoint["state_dict"], strict=False)
File "/home/niexing/anaconda3/envs/mmdet3d_2/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1605, in load_state_dict
self.class.name, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for PipelineNet:
size mismatch for embeddings: copying a param with shape torch.Size([3441, 300]) from checkpoint, the shape in current model is torch.Size([3433, 300]).

If you have met this error, how can you fix it?
Thank you!

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

3 participants