EDTER icon indicating copy to clipboard operation
EDTER copied to clipboard

EDTER: Edge Detection with Transformer, in CVPR 2022

Results 28 EDTER issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your great job ! How can we detect the edge of our own jpg or png files? Can we directly use the pre-trained model? Thank you...

conda create -n open-mmlab python=3.7 -y conda activate open-mmlab conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch pip install mmcv-full==1.2.2 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html git clone https://github.com/fudan-zvg/SETR.git cd SETR pip install -e ....

我想将代码移植到mmengine 2.*版本,但是mmengine中取消了MMDataParallel, 我换成了torch.nn.DataParallel. 在加载模型的时候会报错: File "./tools/train.py", line 104, in main() File "./tools/train.py", line 100, in main runner.train() File "/root/miniconda3/lib/python3.8/site-packages/mmengine/runner/runner.py", line 1748, in train self._init_model_weights() File "/root/miniconda3/lib/python3.8/site-packages/mmengine/runner/runner.py", line 923, in _init_model_weights...

Hi I have image pairs for my own data and I want to fine tune using this dataset. There are around 500 images of 255 X 255 size. How do...

![捕获](https://github.com/MengyangPu/EDTER/assets/145259992/f49b71b9-3a5b-4d8f-880b-3bb7259add7b) hi sir, I have installed the environment and data, but the program has not moved, about 20 hours of no response

![图片](https://github.com/MengyangPu/EDTER/assets/67371650/43429c96-4186-47e9-ab65-0f438f04d7cb) Hello, may I ask why the R=0~0.4 part is missing when I draw the P-R curve? What could be the underlying reason

trying this repo on colab **Runtime** : Colab T4 GPU Runtime. **Python 3.10.12** **default packages on colab:** **pytorch and cuda version:** import torch print(torch.__version__) **_2.1.0+cu118_** **Installing mmcv-full:** **!pip install mmcv-full...

Such as the title.... 我严格按照作者的readme文档进行了测试,包括项目文件结构 config中的shell 和tools/test.py 都无法成功运行