diff --git "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" index 116981de569b5d6eb2fbfb7bd83c3ffd46d14c8b..94d386894a1fa70628c359c1845fdc2146bb02f9 100644 --- "a/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" +++ "b/Ascend-PyTorch\347\246\273\347\272\277\346\216\250\347\220\206\346\214\207\345\257\274/PyTorch\347\246\273\347\272\277\346\216\250\347\220\206-\346\250\241\345\236\213\346\241\210\344\276\213.md" @@ -12,13 +12,13 @@ - **[mmdetection与detectron2框架的maskrcnn模型推理指导](#16-mmdetection与detectron2框架的maskrcnn模型推理指导)** -- **[nlp类transformer bert推理指导](#17-nlp类transformer bert推理指导)** +- **[nlp类transformer与bert推理指导](#17-nlp类transformer与bert推理指导)** -- **[含有DCN自定义算子的DB模型推理指导](#18-含有DCN自定义算子的DB模型推理指导)** +- **[含有npu版DCN自定义算子的DB模型推理指导](#18-含有npu版DCN自定义算子的DB模型推理指导)** -- **[视频目标检测类3D-ResNets I3D推理指导](#19-视频目标检测类3D-ResNets I3D推理指导)** +- **[视频目标检测类3D-ResNets与I3D推理指导](#19-视频目标检测类3D-ResNets与I3D推理指导)** -- **[audio类Jasper Tacotron2推理指导](#110-audio类Jasper Tacotron2推理指导)** +- **[audio类Jasper与Tacotron2推理指导](#110-audio类Jasper与Tacotron2推理指导)** ## 1.1 模型推理指导 @@ -522,6 +522,26 @@ python3 ssd_pth_postprocess.py /root/dataset/VOCdevkit/VOC2007/ ./voc-model-labe 第一个参数为voc2007数据集目录,第二个为包含背景的21个类别,在代码仓里可以找到下载地址,第三个为benchmark推理结果,第四个为评价推理结果 ## 1.6 mmdetection与detectron2框架的maskrcnn模型推理指导 -[基于开源mmdetection预训练的maskrcnn模型推理指导.md](https://gitee.com/pengyeqing/ascend-pytorch-crowdintelligence-doc/blob/master/onnx%E7%AB%AF%E5%88%B0%E7%AB%AF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/benchmark/cv/segmentation/%E5%9F%BA%E4%BA%8E%E5%BC%80%E6%BA%90mmdetection%E9%A2%84%E8%AE%AD%E7%BB%83%E7%9A%84maskrcnn_Onnx%E6%A8%A1%E5%9E%8B%E7%AB%AF%E5%88%B0%E7%AB%AF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC.md) -[基于开源detectron2训练的npu权重的maskrcnn模型推理指导.md](https://gitee.com/pengyeqing/ascend-pytorch-crowdintelligence-doc/blob/master/onnx%E7%AB%AF%E5%88%B0%E7%AB%AF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/benchmark/cv/segmentation/%E5%9F%BA%E4%BA%8Edetectron2%E8%AE%AD%E7%BB%83%E7%9A%84npu%E6%9D%83%E9%87%8D%E7%9A%84maskrcnn_Onnx%E6%A8%A1%E5%9E%8B%E7%AB%AF%E5%88%B0%E7%AB%AF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC.md) +[基于开源mmdetection预训练的maskrcnn模型推理指导.md](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/Ascend-PyTorch%E7%A6%BB%E7%BA%BF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/ONNX%E6%A8%A1%E5%9E%8B%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/benchmark/cv/segmentation/%E5%9F%BA%E4%BA%8E%E5%BC%80%E6%BA%90mmdetection%E9%A2%84%E8%AE%AD%E7%BB%83%E7%9A%84maskrcnn%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC.md) +[基于开源detectron2训练的npu权重的maskrcnn模型推理指导.md](https://gitee.com/wangjiangben_hw/ascend-pytorch-crowdintelligence-doc/blob/master/Ascend-PyTorch%E7%A6%BB%E7%BA%BF%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/ONNX%E6%A8%A1%E5%9E%8B%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC/benchmark/cv/segmentation/%E5%9F%BA%E4%BA%8E%E5%BC%80%E6%BA%90detectron2%E8%AE%AD%E7%BB%83%E7%9A%84npu%E6%9D%83%E9%87%8D%E7%9A%84maskrcnn%E6%A8%A1%E5%9E%8B%E6%8E%A8%E7%90%86%E6%8C%87%E5%AF%BC.md) + +## 1.7 nlp类transformer与bert推理指导 + +[transformer](https://www.hiascend.com/zh/software/modelzoo/detail/1/6513bfc21a674137837e889652626b68) +[bert](https://www.hiascend.com/zh/software/modelzoo/detail/1/11fa495cfd9d46058ee2084566686f5b) + + +## 1.8 含有npu版DCN自定义算子的DB模型推理指导 + +[含有npu版DCN自定义算子的DB模型推理指导](https://gitee.com/ascend/modelzoo/blob/master/built-in/ACL_PyTorch/Official/cv/DB_for_PyTorch) + +## 1.9 视频目标检测类3D-ResNets与I3D推理指导 + +[3D-ResNets](https://www.hiascend.com/zh/software/modelzoo/detail/1/e4dddee6bbb842b9a6612effc3ee19ea) +[I3D](https://gitee.com/ascend/modelzoo/tree/master/built-in/ACL_PyTorch/Official/cv/I3D_for_Pytorch) + +## 1.10 audio类Jasper与Tacotron2推理指导 + +[Jasper](https://gitee.com/ascend/modelzoo/tree/master/built-in/ACL_PyTorch/Official/audio/Jasper_for_PyTorch) +[Tacotron2](https://gitee.com/ascend/modelzoo/tree/master/built-in/ACL_PyTorch/Official/audio/Tacotron2_for_Pytorch)