Open aquib1011 opened 1 year ago
Follow up @NielsRogge
I am facing the same issue. The loss values and mean accuracy values are not overshooting. Maybe my model is being over-trained. I tried with nvidia/mit-b2 and the issue remains the same. Everything is getting inferred as something else.
In my case the road is showing as a container/generic object map.
Hi @NielsRogge @FrancescoSaverioZuppichini, While running the code
Fine_tune_SegFormer_on_custom_dataset_[RUGD].ipynb,
there were two errors.TypeError: _compute() missing two required positional arguments: 'predictions' and 'references'
but this is solved by removing_
from compute part of the code.But even after training, the inference gives the wrong result, and the color coding is different. Please try to re-run the code to check for the error.
I have taken the dataset from the official RUGD website.