Semantic-Segmentation icon indicating copy to clipboard operation
Semantic-Segmentation copied to clipboard

I will upload many semantic segmentation models to this repository for you to learn

Results 21 Semantic-Segmentation issues
Sort by recently updated
recently updated
newest added

请问代码后面还会陆续更新吗?

请问有试过使用pytorch框架复现这些语义分割的网络吗?现在分割的网络好像都偏爱使用tf+keras,请问是为什么呢?

我运行了train.py之后,下一步怎么办呢?有没有具体一点的步骤,关爱一下小白

Hi, I am reproducing your training process. However, at first epoch, after several interaction following error is popping up. Help me. ``` Epoch 1/50 25/75 [=========>....................] - ETA: 5:53 -...

报错:keras TypeError: can't pickle SwigPyobject objects

ImportError: cannot import name 'Softmax'

您的数据没做数据增强吧?在B站下面的评论中你说做了数据增强的

分割结果为什么是这样黄色的一层呢……

大佬,我关注您的CSDN后发现您也有在学tf2.0,我想问问语义分割是怎么训练的呀?怎么确定它没有过拟合? 比如network.compile(optimizer = optimizers.Adam(lr = 0.01)loss = ‘MSE’,metrics = [‘Meaniou’]),请问那个metrics指的是什么啊?怎么每个step都有变化?我是不是得每fit完一个epoch就算一次mIOU才不会过拟合? 大佬,我star你了,求帮忙,嘤嘤