-
In the long term, tensorflow as a software package is on its way out; there hasn't been an official announcement from Google yet (to my knowledge), but Google has diverted resources away from it towar…
-
Thank you for your excellent work, network design gives me a lot of inspiration.
But there's one thing I never understood. I noticed that the training loss function in the paper only focuses on pixel…
-
Thank you for open sourcing your code! However, I am unable to locate the paper upon which it is based. Would you be able to upload "End-to-End Supervised Lobe Segmentation"? I'd love to read it!
-
https://github.com/tmbdev/teaching-dca
Thomas_Breuel 开授的课程
1.转换成pdf
2.pdf转换成html
3.翻译
-
Hi
I am a research assistant and I have been working on deep bayesian active learning for the past few weeks. I have been using pytorch and custom active learning classes so far, and i just found o…
-
**Is your feature request related to a problem? Please describe.**
Emotion recognition is an important aspect of many chat applications and online social media platforms.
**Describe the solution …
-
Base on the research of 'Kaiming He https://github.com/KaimingHe/deep-residual-networks', the accuracy of training resnet50 on the Imagenet2012 dataset should be around 75%. The alexnet model shou…
-
Convolutional Neural Networks are very similar to ordinary Neural Networks. ConvNet architectures make the explicit assumption that the inputs are images, which allows us to encode certain properties …
-
While discussing some things about ANN with @martok it has been noted, that when experimenting with such networks they seem to be sensitive to noise in their inputs. As camera's are physical sensors[[…
BenBE updated
3 years ago
-
1 Automatic Pixelwise Object Labeling for Aerial Imagery Using Stacked U-Nets https://arxiv.org/abs/1803.04953
类似于SDN的思想,就是把多个U-NET堆叠在一起,解决遥感图像的标注,没有说明为什么堆叠就带来了好的效果
2 Creating Roadmaps in Aerial I…