File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ implemented in PyTorch.
772 . U-Net
883 . SegNet
994 . PSPNet
10+ 5 . GCN (global convolutional network)
1011
1112## Visualization
1213Use powerful visualization of TensorBoard for PyTorch. [ Here] ( https://github.com/lanpa/tensorboard-pytorch ) to install.
@@ -17,12 +18,12 @@ Use powerful visualization of TensorBoard for PyTorch. [Here](https://github.com
17183 . Set your model and training parameters in ** train.py** and then run.
1819
1920## Reference
20- 1 . I have borrowed some code from these nice repositories: [[ 1]] ( https://github.com/bodokaiser/piwise ) ,
21+ I have borrowed some code from these nice repositories: [[ 1]] ( https://github.com/bodokaiser/piwise ) ,
2122[[ 2]] ( https://github.com/ycszen/pytorch-ss ) . Thank them for the sharing.
2223
2324## TODO
24- 1 . DeepLab
25- 2 . CRFAsRNN
26- 3 . More dataset
27- 4 . And so on
28-
25+ 1 . DeepLab v3
26+ 2 . RefineNet
27+ 3 . CRFAsRNN
28+ 4 . Some evaluation criterion (e.g. mIOU)
29+ 5 . More dataset
You can’t perform that action at this time.
0 commit comments