摘要: 点击查看代码 #以下代码是在编码点云的特征后进行的,即在maxpool之后的结构 import torch.nn as nn import torch.utils.data import torch.nn.functional as F from models.pointnet_utils impo 阅读全文
posted @ 2021-12-27 20:16 原来是只呆燕 阅读(96) 评论(0) 推荐(0)
摘要: 点击查看代码 #下面的代码中,可以看出并没有完全按论文中来,可以看出省略了相同的mlp,减少了层数 import torch import torch.nn as nn import torch.nn.parallel import torch.utils.data from torch.autog 阅读全文
posted @ 2021-12-27 15:31 原来是只呆燕 阅读(81) 评论(0) 推荐(0)