MengyangPu / EDTER

EDTER: Edge Detection with Transformer, in CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

TerryDonneyyds opened this issue · comments

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.

  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/