[
    {
        "Variant name": "main",
        "Reviewer name": "Julie Digne <julie.digne@liris.cnrs.fr>",
        "Is master variant (boolean)": true,
        "Is variant deprecated (boolean)": false,
        "Operating system for the test": "Ubuntu 20.04",
        "Title": "Variational implicit point set surfaces",
        "DOI": "10.1145/3306346.3322994",
        "Year": 2019,
        "ACM Keywords": [
            "Point-based models",
            "Volumetric models"
        ],
        "Topic {Rendering, Animation and Simulation, Geometry, Images, Virtual Reality, Fabrication}": "Geometry",
        "Co-authors from academia (boolean)": true,
        "Co-authors from industry (boolean)": true,
        "ACM Open Access (boolean)": false,
        "PDF on the authors' webpage / institution (boolean)": true,
        "PDF on Arxiv or any openarchive initiatives (boolean)": false,
        "Arxiv/OAI page URL": "",
        "PDF URL": "https://www.cse.wustl.edu/~taoju/research/vipss.pdf",
        "Project URL": "",
        "Code available (boolean)": true,
        "Code URL": "https://github.com/adshhzy/VIPSS",
        "Code URL2": "",
        "MD5 sum (for archives)": "",
        "MD5 sum (for archives) URL2": "",
        "git/hg/svn commit hash or revision number": "2717c4ad8edd0fc8552b437512b165a14185b617",
        "git/hg/svn commit hash or revision number URL2": "",
        "Software Heritage permalink": "https://archive.softwareheritage.org/swh:1:dir:0dac2184cf0abdd4e45536522405e74eecd48b8d;origin=https://github.com/adshhzy/VIPSS;visit=swh:1:snp:416b2d138b45cb2802453235f1dabd6b268aa79a;anchor=swh:1:rev:2717c4ad8edd0fc8552b437512b165a14185b617;path=//",
        "If code not available, pseudo-code available (boolean)": false,
        "If pseudo-code, could the paper be trivially implemented? {0..4}": 0,
        "Software type {Code, Binary, Partial Code}": "Code",
        "Software language": "C++",
        "Code License (if any)": "MIT",
        "Are the code authors explicit? (boolean)": true,
        "Build/Configure mechanism": "CMake,Make",
        "Dependencies": "Armadillo, NLopt",
        "Does the software require paywall/proprietary software/material (boolean)?": false,
        "Does the code need data (not examples) (boolean)": false,
        "Nature of the data (pretrained model, LUT...)": "",
        "License of the data": "",
        "Able to perform a replicability test (boolean)": true,
        "If not able to perform a test, was it due to missing hardware/software? (boolean)": false,
        "Documentation score {0=NA,1,2,3}": 2,
        "Dependencies score {0=NA, 1,2,3,4,5}": 5,
        "Build/configure score {0=NA, 1,2,3,4,5}": 4,
        "Fixing bugs score (if any) {0=NA, 1,2,3,4,5}": 4,
        "Replicate paper results score {0=NA, 1,2,3,4,5}": 0,
        "Adaptability score to other contexts {0=NA, 1,2,3,4,5}": 0,
        "Time spent for the test (code download to first successful run, [0,10], 10min slots, 100min max)": 2,
        "Build instructions/comments": "Both required libraries (armadillo and NLopt) can be found via apt-get. In the CMakeLists, In had to change line 6 from find_package(nlopt REQUIRED) to find_package(NLopt REQUIRED). In file vipss/src/surfacer/ImplicitedSurfacing.cpp, I added #include <chrono>, and then the compilation went fine.",
        "Misc. comments": "A script is provided to replicate the figures in the paper, however it complains that some input are missing (eg ../data/noise_kitten/kitten_h0.04/input.xyz). I got a \"core dump\" for all the examples I tested (using the command lines provided by the authors)."
    }
]