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
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
The text was updated successfully, but these errors were encountered:
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!
Hi @daveredrum ,
I follow the instruction in README to train the PointGroup Detector, but the mAP@50 is around 32, which is quite low.
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
The text was updated successfully, but these errors were encountered: