mlpc-ucsd / LETR

(CVPR 2021 Oral) LETR: Line Segment Detection Using Transformers without Edges
Apache License 2.0
204 stars 40 forks source link

Updated-readme-dependencies and a minor issue #28

Open Abbsalehi opened 2 months ago

Abbsalehi commented 2 months ago

Title: Fix PyTorch and Python Version in Installation Instructions

Description:

This pull request addresses and corrects the versions of PyTorch and Python specified in the installation instructions within the README and fixed a runtime error in demo_letr.ipynb. The following changes were made:

Changes:

Verified that the new installation instructions work as expected by setting up a new environment and running basic tests.

Additional Notes:

No other changes were made to the codebase. Please review the updated instructions and provide feedback if any further adjustments are necessary.