Skip to content
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

Search for help to test the modle by using my own dataset #70

Open
TerryDonneyyds opened this issue Jul 5, 2023 · 1 comment
Open

Comments

@TerryDonneyyds
Copy link

TerryDonneyyds commented Jul 5, 2023

I have got in troubles since I tried to test EDTER using my own datasets. I have been suffered a lot. So, would anyone like to give me a hand and answer my questions, extremly appreciated for that.
1.I have installed the mmcv==1.7.1, but i rewrited the range of the assert of version, the error about the mmcv version hadn't occured then, but I am not sure whether this operation wuold cause unknown issues.
2.I failed to kill the error of "BSDSDataset is not registried" by all methods i've learned including check the correct config of mmseg pakage.
3.I once tried to delet the dataloader part and write my own dataloader, but the code confused me, the logic of connection of different files is too complicated to adjust.

@MengyangPu
Copy link
Owner

  1. You can modify MMCV_MAX = '1.2.7' to MMCV_MAX = '1.7.1' in
    MMCV_MAX = '1.2.7'
  2. Please try to:
    cd EDTER
    pip install -e . # or "python setup.py develop"
    pip install -r requirements/optional.txt
  3. The dataloader codes in /mmseg/datasets/pipelines/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants