muralabmahmuds
muralabmahmuds
Dear @zijundeng Thank you for your kind reply. I am searching about "torch.nn.functional.upsample" but I still could not understand how to use it and where should I put it to...
Hi, thank you for your reply. I have made some modification and fortunately, it has been running for Cityscapes dataset. I tried my best to change every variable related to...
@abhigoku10 I modified four files: "Input.py", "main.py", "model.py", and "Utils.py". Please have a look at the codes I attach below. I mark with "#change" to some code lines that I...
@tom-hao I am not really sure with that. However, I was thinking that numbers shown in validation results, i.e. "class #1 accuracy = 0.7", "class #2 accuracy = 0.9", "class...
@tom-hao Yes, sure. For training and performance calculation purposes, we need two kinds of sets: the original images and the annotations. The original image set is in the RGB mode,...
hi @tom-hao I already had the result of my Tf-SegNet for cityscapes, yet it's not good enough. After training the model, I test it using training, validation, and testing sets....
Hi @tkuanlun350, thank you very much for your code. As many other said, your codes are running perfectly for CamVid dataset. I will extend it by using Cityscapes dataset, so...