DeepLSD icon indicating copy to clipboard operation
DeepLSD copied to clipboard

Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"

Results 10 DeepLSD issues
Sort by recently updated
recently updated
newest added

Hello, thank you for your work. I tried drawing the plot of the angle field’s loss function with a fixed groundtruth A and found the following problem. I am wondering...

Hi, I am trying to train this model on some data I've collected online to test its training capabilities. I have the images annotated with lines and they are saved...

there is no such a file named 'line_optim' in the file'line_refinement', how to import line_optim from line_refinement in the file deeplsd/models/deeplsd.py?

Hello Guys ! Thank you for your work, I have a question, how to create my own DataLoader based only with lines in a JSON (x1,x2,y1,y2) for example. What DeepLSD...

I have tried to install the requirements.txt using pip, however, I am getting error for building wheel for pytlsd. The error is : note: This error originates from a subprocess,...

How can I export the DeepLSD model to ONNX? Can you teach me?

Hi,I converted my data set to wireframe format and encountered the following error.I have converted the json format to hdf5 format with offset, line_level, df,but an error is reported. I...

[https://github.com/Jiu-xiao/DeepLSD-Docker.git](url) `docker pull ghcr.io/jiu-xiao/deeplsd-docker:main`

enhancement

trying to do full install following readme.txt have tried every method sonnet and gpt told but still can't install line_refinement here's the lines printed: root@autodl-container-5d4911a352-981ce961:~/autodl-tmp/DeepLSD# pip install -e line_refinement Looking...

Hi. I encounter '**AttributeError: 'NoneType' object has no attribute 'shape**'' error when excute Ground truth (GT) generation step.(I`m using python 3.12) I commanded as below. **python -m deeplsd.scripts.homography_adaptation_df C:\\DeepLSD2\\DeepLSD\\dataset\\img_list.txt C:\\DeepLSD2\\DeepLSD\\GT_output...