We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In tensorflow implementation and your 3DSSD-pytorch implementation, I can see there is a vote_loss. https://github.com/qiqihaer/3DSSD-pytorch/blob/d0c856e4c1b6cb69810fc0b0562ebc9a42e5bace/lib/builder/loss_builder.py#L190
Is it still available in this repo? If not, should I add vote_loss to improve the performance?
And I am not sure how to get end_points[maps_dict.PL_LABEL_BOXES_3D] from forward_ret_dict. Could you give me some hints please?
vote_offset = self.forward_ret_dict['ctr_offsets'] vote_base = self.forward_ret_dict['centers_origin'] bs, pts_num, _ = vote_offset.shape gt_boxes_3d = end_points[maps_dict.PL_LABEL_BOXES_3D]
Appreciate your efforts and thank you for your time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In tensorflow implementation and your 3DSSD-pytorch implementation, I can see there is a vote_loss.
https://github.com/qiqihaer/3DSSD-pytorch/blob/d0c856e4c1b6cb69810fc0b0562ebc9a42e5bace/lib/builder/loss_builder.py#L190
Is it still available in this repo? If not, should I add vote_loss to improve the performance?
And I am not sure how to get end_points[maps_dict.PL_LABEL_BOXES_3D] from forward_ret_dict. Could you give me some hints please?
Appreciate your efforts and thank you for your time
The text was updated successfully, but these errors were encountered: