Dynamic-Token-Pruning
Dynamic-Token-Pruning copied to clipboard
Questions regarding dataset error
Hello,
I was trying to reproduce the results, but I cannot get the code working. My first question is the script should be
bash tools/dist_train.sh config/prune/BASE_segvit_ade20k_large.py ./foo right? Is there a typo in the README of the repository, or am I missing something?
Also, although I have ./data/ade/ADEChallengeData2016, I get the following error:
FileNotFoundError: class ADE20KDataset in mmseg/datasets/ade.py: [Errno 2] No such file or directory: '/data/ADEChallengeData2016/images/training'
When I try converting ./data/ade/ADEChallengeData2016 to ./data/ADEChallengeData2016, the error does not resolve.
Could you help me resolve it please?