afm_cvpr2019 icon indicating copy to clipboard operation
afm_cvpr2019 copied to clipboard

Official implementation of paper "Learning Attraction Field Map for Robust Line Segment Detection" (CVPR 2019)

Results 14 afm_cvpr2019 issues
Sort by recently updated
recently updated
newest added

Dear author: I have run your experiment and output the result in /experiments/unet/results(the result are .mat format as below), then i want to do the evaluation,but I did not find...

Does anyone meet this issue? ![Selection_198](https://user-images.githubusercontent.com/25603473/59567507-6dd9a980-9077-11e9-8aba-bb0e1199c96d.png)

here are some errors ![image](https://user-images.githubusercontent.com/46838923/128585475-1f79a791-cd34-4c8d-a3ed-a962bc4da3d6.png) how to solve it?

here are error images: ![image](https://user-images.githubusercontent.com/46838923/128525477-8e347331-e73d-4fae-b62e-493479b97309.png) how to solve it?

when I run "python train.py --config-file experiments/afm_atrous.yaml --gpu 0" it shows that "Constructing DeepLabv3+ model... Number of output channels: 2 Output stride: 16 Number of Input Channels: 3 Training AT...

cd afm_op; python setup.py build_ext --inplace; rm -rf build; cd ../../ /home/zgz/anaconda3/envs/afm/lib/python3.5/distutils/extension.py:132: UserWarning: Unknown Extension options: 'defined_macros' warnings.warn(msg) running build_ext building 'CUDA' extension creating build creating build/temp.linux-x86_64-3.5 creating build/temp.linux-x86_64-3.5/cuda gcc...

Hey, excellent work and great thanks for the open sourced code. I can get outputs as following after executing `python test.py --config-file experiments/afm_atrous.yaml --gpu 0` ![image](https://user-images.githubusercontent.com/37527041/87123084-ae2a4c00-c2b8-11ea-898f-7e0650d3a357.png) ![image](https://user-images.githubusercontent.com/37527041/87123121-bc786800-c2b8-11ea-9284-f5976942b1a7.png) ![image](https://user-images.githubusercontent.com/37527041/87123152-cac68400-c2b8-11ea-84f6-8910c593d59b.png) Yet these...

while i download the dataset,but the link of dataset is not exist. can you help me?,I want train the dataset

RuntimeError: CUDA out of memory. Tried to allocate 25.00 MiB (GPU 0; 3.94 GiB total capacity; 3.14 GiB already allocated; 21.56 MiB free; 634.00 KiB cached) do you have this...