-
WARNING:tensorflow:From tools/cityscapes/test_bisenetv2_cityscapes.py:120: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARNING:tensorflow:From /home/hdp123/b…
-
请问,修改什么地方的代码可以实现轮廓分割和目标检测并显示类别名呢?
-
![图片](https://user-images.githubusercontent.com/58076940/127772727-ef091d7e-bdc1-46e3-b343-bc6b3806ac7f.png)
![图片](https://user-images.githubusercontent.com/58076940/127772738-e1c47658-af39-45cb-8f43…
-
Sorry but I couldn't find `leftImg8bit_transmittanceDBF` on [Cityspaces Dataset](https://www.cityscapes-dataset.com/downloads/)
-
Hi!Excuse me!
I use this network to detect defects.Use MixSoftmaxCrossEntropyLoss loss function, training to 400 eopch, but loss function has been drop down between 0.5 to 0.7.May I ask what the prob…
-
Thanks for your excellent work! I notice that 2D pretrained deeplabv3 model on coco dataset is applied. I wonder if you have tested the model with the 2D pretrained model on Cityspaces dataset? Do you…
-
Thanks for your excellent work! I notice that 2D pretrained deeplabv3 model on coco dataset is applied. I wonder if you have tested the model with the 2D pretrained model on Cityspaces dataset? Do yo…
-
在cityspaces数据集训练的模型bisenetv2与STDC2,在使用VOC数据集进行训练的时候出现多类别的IOU为0。
配置文件如下:
```
norm_cfg = dict(type='BN', requires_grad=True)
model = dict(
type='EncoderDecoder',
pretrained=None,
back…
-
我在windows10平台上训练cityspaces数据集,只有一块显卡,我注释掉了分布式加载模型代码。数据载入设置num_works=0训练,但是会在某个epoch结束后卡住,请问这可能是什么原因呢?
-
按照指引做的cityspaces数据集
运行过程中发现:batched_input 中没有 "instances"键值,导致报错
请问是我哪里做错了吗