-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs. #1152
Update docs. #1152
Conversation
docs/faq/faq/faq_cn.md
Outdated
|
||
![](./faq_imgs/ann_config.png) | ||
|
||
> 图中红色部分为骨干网络的预训练模型参数文件的存放位置。**请注意**:此处将直接以 https 链接形式下载我们提供的预训练模型参数。如果你在本地拥有骨干网络的预训练模型参数,请用其存放的绝对路径替换该 yaml 文件中 `backbone` 下的 `pretrained`。否则,你必须根据将要执行的 `train.py` 所在的目录为该预训练模型参数的存放位置设置相对路径。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
否则,你必须 改成 或者,你可以
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
docs/faq/faq/faq_cn.md
Outdated
|
||
> 图中红色部分为骨干网络的预训练模型参数文件的存放位置。**请注意**:此处将直接以 https 链接形式下载我们提供的预训练模型参数。如果你在本地拥有骨干网络的预训练模型参数,请用其存放的绝对路径替换该 yaml 文件中 `backbone` 下的 `pretrained`。否则,你必须根据将要执行的 `train.py` 所在的目录为该预训练模型参数的存放位置设置相对路径。 | ||
|
||
> 图中绿色部分为分割网络的预训练模型参数文件的存放位置。如果你在本地拥有分割网络的预训练模型参数,请用其存放的绝对路径替换该 yaml 文件中的 `pretrained`。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
绝对路径 改成 绝对路径或相对路径
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文同步修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1、Add loss documentation.
2、Add faq.
3、Fix typo.
4、Chinese version and English version are available.