youtube
dropbox direct link
https://dl.dropboxusercontent.com/
Deep Learning Shape Priors for Object Segmentation
Without utilizing any high-level prior information about expected objects, purely low-level information such as intensity, color and texture does not provide the desired segmentations.
git tags
- 增加:
git tag v1.1
或者git tag -a v1.1 -m "XXXXX"
- 使用
git tag
查看现有标签 - 标签不会被默认push到远端仓库
- 需要使用
git push origin v1.1
或者使用git push origin --tags
将所有标签push上去。