KAIST-Visual-AI-Group / APAP

The reference implementation of As-Plausible-As-Possible: Plausibility-Aware Mesh Deformation Using 2D Diffusion Priors (CVPR 2024).
47 stars 5 forks source link

User settings about control points #2

Closed hhchen-create closed 3 months ago

hhchen-create commented 3 months ago

Hi, I am very interested in this work. I am trying to use APAP to deform some meshes. I would like to ask how do we select movable points, target positions, and anchor points? Is there any quick and convenient tool?

DveloperY0115 commented 3 months ago

Hi @hhchen-create,

Thank you for your interest in our work!

I am sorry to say that our codebase does not support an interactive GUI for editing.

In our experiments, we specified vertices individually using MeshLab, utilizing its feature to display vertex IDs and manually annotated target coordinates for individual handles.

hhchen-create commented 3 months ago

Hi,

I see. Thank you for your quick response! Very nice work!