You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
An implementation of [Metric Optimization in Penner Coordinates](https://dl.acm.org/doi/10.1145/3618394).
8
8
9
-

9
+

10
10
11
11
### Overview
12
12
@@ -54,7 +54,12 @@ Scripts to generate the figures of "Metric Optimization in Penner Coordinates" a
54
54
TODO
55
55
The models (with parameterizations) and cameras used in [Algebraic Smooth Occluding Contours](http://ryanjcapouellez.com/papers/algebraic_smooth_occluding_contours.html) necessary for these scripts can be downloaded [here](http://ryanjcapouellez.com/papers/algebraic-contours-data.zip); they must be copied to `data/meshes` and `data/cameras` respectively.
56
56
57
-
The figure bash scripts can be run independently or in batch with the command
57
+
A Conda environment must be activated (before compiling the code) with
58
+
```
59
+
conda env create -f environment.yml
60
+
conda activate penner-optimization
61
+
```
62
+
The figure bash scripts can then be run independently or in batch with
0 commit comments