-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BiSeNet mean IoU for R18 #12
Comments
I get a similar mean IoU 69.688% with R18. I train the model from scratch because the pretrained R18 model is not released. Can you share the pretrained model? |
Personally I think you should use OHEM loss for training which his paper didn't mention. |
Thank you but I've already utilized OHEM. |
Maybe you can try large cropsize |
@msc-rajesh Which experiments did you use, |
@ycszen I run cityscapes.bisenet.R18 with one GPU. I get mean IoU 69.688%. |
@daodaofr I have re-run the |
@daodaofr : I ran cityscape.bisenet.R18 experiment on 4 GPU's having product name NVidia GeForce GTX 1080 Ti. |
@ycszen @ms-krajesh |
@daodaofr : Did you used "labelTrainIds" or "labelIds" for GT's? |
@ms-krajesh I used labelIds |
@daodaofr but the class number in labelids is 33, which is not corresponding with the code, do you have any other processes? |
@chenxiaoyu523 Yes, I set the label of invalid classes to ignore_index. |
@ycszen I run your R18.speed and R18 with 4 1080Ti. the accuracies for last epoch models are 74.2 and 75.2. which is a little bit less than your reported accuracy (74.6 and 76.3). Where should be the problem? shall I check the acc for each epoch? |
Can someone upload a pretrained model please ? |
I can't get the right result, and the loss not converge with Bisenet. I don't know why ,can you give me some Suggest |
@jiaxue1993 Maybe you can evaluate the models of the last ten epochs. |
@alexanderfrey The pre-trained models have released except the Xception39. |
@haitaobiyao Could you give more details. |
Hi!, I download the pretrained model(R18)and train model from the link you provided,but I am only able to get mean IoU: 65.2% ,Is there any problem with the parameter setting? |
Hi!, I am only able to get mean IoU: 70.446% for BiSeNet, when R18 is used as a backbone. I have trained BiSeNet on CityScape leftImg8bit folder (used gtFine folder for GT's) with train input image dimensions 1024x1024.
The achieved results are still little below than the results you mentioned on GitHub repository page (Mean IoU : 74.6). Did you have used network parameters other than mentioned in the config file uploaded on the GitHub repository? Thanks for your time.
The text was updated successfully, but these errors were encountered: