Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wz committed Jan 3, 2022
1 parent 2ce33da commit 61067fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
1)介绍网络的结构与创新点
2)使用Pytorch进行网络的搭建与训练
3)使用Tensorflow(内部的keras模块)进行网络的搭建与训练
* 课程中所有PPT都放在`course_ppt`文件夹下,需要的自行下载。


## 教程目录,点击跳转相应视频(后期会根据学习内容增加)
Expand Down Expand Up @@ -102,6 +103,9 @@
* LR-ASPP (已完成)
* [LR-ASPP网络讲解](https://www.bilibili.com/video/BV1LS4y1M76E)
* [LR-ASPP源码解析(Pytorch版)](https://www.bilibili.com/video/bv13D4y1F7ML)

* UNet (准备中)
* UNet网络讲解

**[更多相关视频请进入我的bilibili频道查看](https://space.bilibili.com/18161609/channel/index)**

Expand Down
6 changes: 3 additions & 3 deletions pytorch_segmentation/lraspp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
* 使用validation文件时,注意确保你的验证集或者测试集中必须包含每个类别的目标,并且使用时只需要修改'--num-classes'、'--data-path'和'--weights'即可,其他代码尽量不要改动

## 如果对LRASPP原理不是很理解可参考我的bilibili

LR-ASPP网络讲解: [https://www.bilibili.com/video/BV1LS4y1M76E](https://www.bilibili.com/video/BV1LS4y1M76E)

## 进一步了解该项目,以及对LRASPP代码的分析可参考我的bilibili

LR-ASPP源码解析(Pytorch版): [https://www.bilibili.com/video/bv13D4y1F7ML](https://www.bilibili.com/video/bv13D4y1F7ML)

## Pytorch官方实现的LRASPP网络框架图
![lraspp](lraspp.png)
![lraspp](lraspp.png)

0 comments on commit 61067fd

Please sign in to comment.