-
How exactly is ResNet fully convolutional?
In the original implementation, there is fc layer at the end...
It'd be cool to make it fully convolutional though :)
-
http://www.cs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf
-
Hi!
**Is your feature request related to a problem? Please describe.**
Dealing with uncertainty of ground truth seems crucial for medical imaging.
**Describe the solution you'd like**
An impl…
-
Hi,
I clone the notebook files from your git site:
`git clone https://github.com/de-code/tensorflow_notes.git`
But when I run fully_convolutional_networks.ipynb, there's still an error:
> Va…
-
# Help wanted: Research paper code and models
Please help us to implement the following research paper using TensorFlow 2.
If you want to contribute, please leave a comment to express your inter…
-
FCN32s-ResNet18
![image](https://user-images.githubusercontent.com/22321977/48622824-f78e9f00-e9e2-11e8-9ab2-43e8c1c95684.png)
-
### 概要
* [Fully Convolutional Networks for Semantic Segmentation](https://arxiv.org/pdf/1411.4038.pdf)
* アルゴリズム系
* semantic segmentation. CNNの最後の全結合層をconvolutionに置き替えることによって、二次元マップを出力。
### アルゴ…
-
https://arxiv.org/abs/1411.4038
-
# Reference
- [ ] [paper - 2016 - Instance-sensitive Fully Convolutional Networks](https://arxiv.org/pdf/1603.08678.pdf)
- [ ] [论文阅读:InstanceFCN:Instance-sensitive Fully Convolutional Networks](http…
-
FYI I'm planning on working on converting this to work with dense predictions based on the [resnet v2 in tensorflow models](https://github.com/tensorflow/models/blob/master/slim/nets/resnet_v2.py) via…