EDTER
EDTER copied to clipboard
EDTER: Edge Detection with Transformer, in CVPR 2022
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...
 hi sir, I have installed the environment and data, but the program has not moved, about 20 hours of no response
 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 都无法成功运行