Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better colmap2nerf script #1051

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2022

  1. Added num_threads argument preventing system freeze

    Without this, colmap will use up all available resources. This results in the system freezing due to no resources available. Adding this argument caps the resources and allows the system to function as normal.
    VanIseghemThomas committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    33897d0 View commit details
    Browse the repository at this point in the history
  2. Automatically create transform.json file in specified path

    Before you had to specify the path with "transform.json" at the end, else the script went in error. Now "transform.json" will be appended to the path resulting in it being created without specifying it every time.
    VanIseghemThomas committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a8b9c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e84c01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2618a21 View commit details
    Browse the repository at this point in the history
  5. Fixed transforms.json wrong file_path

    All path locations are handled to put the transforms.json in the right location and populate the frames-object with the right image file_path. Also wrapped them is a os.normpath to ensure cross platform functionallity. This might not be necesarry but is a good assurance.
    VanIseghemThomas committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    314656c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    c319b7f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    72f81a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6591eb View commit details
    Browse the repository at this point in the history