-
-
Is there a pre-trained MobileNet model available that can be used out of the box without any further training? Just like the 3 pre-trained models (pspnet_50_ADE_20K,pspnet_101_cityscapes and pspnet_10…
-
Hi, I looked at the dataloader and training codes completely and noticed that you are subtracting the Imagenet mean from the input RGB images (GTA and Cityscapes) but not normalizing the data to eithe…
-
Ok, the model will be evaluated two times:
If you are in the stage of burn-in, you will get 0 AP for teacher.
bbox (not uses):
bbox_student:
_Originally posted by @yujheli in https://github…
-
Hi, @huaifeng1993 , I try to train DFANet on cityscapes dataset, but the loss directly became Nan, like this:
Epoch 0/1499
step: 0/298 | loss: 910.1328 | IoU of batch: 0.0249
step: 1/298 | loss: 29…
-
请问提交cityscapes test数据集使用的是evalution中的尺寸为512*1024代码吗,有无相应的trick或者代码
-
First of all, thank you for your work.
However, I tried to get the total number of parameters of the BiSeNet(Xception39 based) with 19 classes(Cityscapes) by using
`pytorch_total_params = sum(p.nu…
-
Hi every one.
Thanks for your great work.
I am a student, and I am learning about egomotion.
I have read about the dataset of kitti and cityscapes ,and i want to format the dataset as them in th…
-
I am inputting 512*512 image but getting out 128*128 with cityscapes/seg_hrnet_w18_small_v2_512x1024_sgd_lr1e-2_wd5e-4_bs_12_epoch484.yaml. Am i doing something wrong? I just load the config file in …
-
如果我使用自己的数据的话,训练时的label时对红外还是可见进行语义分割的结果吗?这个分割结果是由evaluate.py生成的吗?另外,train_seg.py中调用的CityScapes使用的label数据是不一样的吗?我的水平有限,问题有点多,不好意思。