Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 0efac79

Browse files
committed
Update README
1 parent b6dd071 commit 0efac79

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,29 @@ to download the weights for `model_curves <https://drive.google.com/file/d/18jN3
3636
`original repo <https://github.com/Vahe1994/Deep-Vectorization-of-Technical-Drawings>`_ for more details.
3737

3838

39+
First steps
40+
-----------
41+
42+
To use this code, you need a Python 3.8 installation. Then, run the following setup (assuming conda manager):
43+
44+
.. code-block:: bash
45+
46+
# Clone this repo
47+
git clone https://github.com/MLSTRUCT/MLSTRUCT-FP_benchmarks.git
48+
cd MLSTRUCT-FP_benchmarks
49+
50+
# Create conda environment & install deps.
51+
conda create -n mlstructfp python=3.8
52+
conda activate mlstructfp
53+
pip install -e .
54+
conda install jupyter
55+
56+
# Run the notebook
57+
jupyter notebook
58+
59+
CUDA 10.1 is required to run the trained models.
60+
61+
3962
Citing
4063
------
4164

0 commit comments

Comments
 (0)