Skip to content
Update Data preparation workflow authored by Stephen Parsons's avatar Stephen Parsons
...@@ -316,6 +316,8 @@ vc_render -v ../../ -s 20200125113143 --output-ppm 54kv_internal_layer.ppm --uv- ...@@ -316,6 +316,8 @@ vc_render -v ../../ -s 20200125113143 --output-ppm 54kv_internal_layer.ppm --uv-
vc_render -v ../../ -s 20200125113143 --output-ppm 54kv_internal_layer.ppm --uv-plot 54kv_internal_layer_uvs.png -o 54kv_internal_layer.obj --uv-flip 1 vc_render -v ../../ -s 20200125113143 --output-ppm 54kv_internal_layer.ppm --uv-plot 54kv_internal_layer_uvs.png -o 54kv_internal_layer.obj --uv-flip 1
``` ```
Consult an expert or scholar to ensure the orientation at this stage is correct. To us CS folk, it can be easy to have text that looks correct but is actually mirrored, for example. This is the time to make sure it is oriented correctly!
## Align the reference image ## Align the reference image
Using the [Landmark Picker GUI app](https://code.cs.uky.edu/seales-research/landmark-picker), generate a landmarks file which maps points in the reference photograph onto the same points in the texture image generated by the previous step. Using the [Landmark Picker GUI app](https://code.cs.uky.edu/seales-research/landmark-picker), generate a landmarks file which maps points in the reference photograph onto the same points in the texture image generated by the previous step.
... ...
......