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
Hi @Jaekyumkim ,thank you for your outstanding work. I am trying to run the second stage of the code. In the class VoxelNet (in voxelnet_second.py), self.rpn is initialized as rpn_class_dic["RPN_SECOND_FUSION"], and self.second_rpn is initialized as rpn_class_dict["RPN_FUSION"]. Is it reversed?
Also the part second_preds_dict = self.second_rpn(bev_crops_output, concat_crops_output) does't match the code in rpn.py. The number of input parameters is not even enough. Is there some code missing in rpn.py?
The text was updated successfully, but these errors were encountered:
Hi @Jaekyumkim ,thank you for your outstanding work. I am trying to run the second stage of the code. In the class VoxelNet (in voxelnet_second.py),
self.rpn
is initialized asrpn_class_dic["RPN_SECOND_FUSION"]
, andself.second_rpn
is initialized asrpn_class_dict["RPN_FUSION"]
. Is it reversed?Also the part
second_preds_dict = self.second_rpn(bev_crops_output, concat_crops_output)
does't match the code in rpn.py. The number of input parameters is not even enough. Is there some code missing in rpn.py?The text was updated successfully, but these errors were encountered: