摘要: import torch.utils.model_zoofrom torchvision import models class PoseEstimationWithMobileNet3(nn.Module): def __init__(self, num_refinement_stages=1, 阅读全文
posted @ 2022-05-28 19:36 祥瑞哈哈哈 阅读(137) 评论(0) 推荐(0)