Giter VIP home page Giter VIP logo

vob's Introduction

ViewpointOptimizationBenchmark

Comparison of optimization viewpoint data written in format

{
    "Log": {
        "Camera": {
            "DistanceMM": float,
            "FocalLength": float,
            "Model": string,
            "PixSizeMM": float,
            "ResHeight": uint,
            "ResWidth": uint
        },
        "Coverage": {
            "InTriangles": uint,
            "Percentage": float
        },
        "CoveragePerVP": [float, ..., float],
        "Duration": {
            "OptimizationSec": float,
            "RayTracingSec": float
        },
        "Model": {
            "FaceCount": uint,
            "Name": string,
            "VertexCount": uint
        },
        "OptimizationType": string,
        "TimeStamp": string,
        "TriangleCoveragePerVP": [uint, ..., uint],
        "VPC": {
            "Count": uint,
            "DiscardedCount": uint,
            "Functional": string,
            "ListName": string,
            "Threshold": string
        },
        "VPSelectionOrder": [uint, ..., uint]
    },
    "OVP": {
        "Count": uint,
        "List": [array of viewpoint objects]
    }
}

Outputs

Outputs in /data directory:

  • coverage convergence graphs
  • best performance table in LaTex (performance_table.tex)
  • best performance table with information about the number of discarded viewpoints in LaTex (performance_table_discarded.tex)
  • complete performance table containing all the optimal viewpoint sets
  • average discarded statistic per approach
  • average discarded statistic per method

Test data available at:

https://owncloud.fraunhofer.de/index.php/s/H8jV9rwGN84knzP

Example call

python3 vob.py object_space_exploration_per_approach_methods.json ovp_paths.json 2020-08-15

Args

[1] object_space_exploration_per_approach_methods.json - list of methods names assigned to corresponding approach [2] ovp_paths.json - an array of paths to the directory containing the ovp files (not recursive) [3] optional string - optional string which will be prepended to the coverage graphs

object_space_exploration_per_approach_methods.json example:

{
    "SpaceSampling": [
        "MixedRepositionedNormal",
        "NoDisplacement"],
    "VertexSampling": [
        "VertexBBoxCenter",
        "VertexGronle"],
    "PatchSampling": [
        "Area",
        "NoSubdivision"]
    ]
}

ovp_paths.json example:

[
    "path/to/OVP/directory/"
]

vob's People

Contributors

gospodnetic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.