You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to use the WideResNet Baseline for the CIFAR dataset classification, there occurs a significant accuracy gap between the model output and the ideal level provided here.
And this problem also exists when I used the DeeplabV3+ baseline for Camvid dataset. I notice you have kindly provided your solution here, unfortunately, after I checked the source code of Camvid datasetmodule, I am not sure about whether the basic_augmentparameter can help model reach the 65% mIoU.
So if you can provide demos on WideResNet and DeeplabV3+ baseline that can reach better accuracy, it will help me alot.
Thanks * 3!
The text was updated successfully, but these errors were encountered:
Sorry for not getting back to you sooner; I've been thinking about your questions.
Concerning WideResNet on CIFAR, which dataset are you talking about, CIFAR-10 or CIFAR-100? In my experiments, WideResNet has been overfitting a lot on CIFAR-100 and needs data augmentations to work properly. We already have some of them implemented in the library, although not enough, and not the ones that, according to your website (thanks for the link), have the best performance.
Concerning CamVid, did you run the experiment? It is probably also a matter of data augmentation and pre-training, as you said in #113 if I remember correctly. basic_augment helped a bit. @giannifranchi might add soon SuperPixelMix, which could be helpful in your case. Still, pre-training will likely be the game-changer here, given the very small size of the dataset. I can look at these issues, but I don't have much time in the following weeks, unfortunately.
Hi there!
When I tried to use the WideResNet Baseline for the CIFAR dataset classification, there occurs a significant accuracy gap between the model output and the ideal level provided here.
And this problem also exists when I used the DeeplabV3+ baseline for Camvid dataset. I notice you have kindly provided your solution here, unfortunately, after I checked the source code of Camvid datasetmodule, I am not sure about whether the
basic_augment
parameter can help model reach the 65% mIoU.So if you can provide demos on WideResNet and DeeplabV3+ baseline that can reach better accuracy, it will help me alot.
Thanks * 3!
The text was updated successfully, but these errors were encountered: