Git Product home page Git Product logo

Comments (3)

isolin avatar isolin commented on August 11, 2024

I also have a dataset exported from Meshroom: photos and tranforms.json with all the camera alignment. I think that is the same as Blender format, right? I would like to be able to run it as well. Does it need a dedicated importer? I assumed any method inside of nerfstudio would be able to access some internal dataset representation of nerfstudio, so this should not be an issue. But maybe I am wrong.

zipnerf_datamanager.py 45 __init__
super().__init__(

base_datamanager.py 404 __init__
self.train_dataparser_outputs: DataparserOutputs = self.dataparser.get_dataparser_outputs(split="train")

base_dataparser.py 165 get_dataparser_outputs
dataparser_outputs = self._generate_dataparser_outputs(split, **kwargs)

colmap_dataparser.py 254 _generate_dataparser_outputs
assert colmap_path.exists(), f"Colmap path {colmap_path} does not exist."

AssertionError:
Colmap path sparse/0 does not exist.

from zipnerf-pytorch.

G20202502 avatar G20202502 commented on August 11, 2024

I also have a dataset exported from Meshroom: photos and tranforms.json with all the camera alignment. I think that is the same as Blender format, right? I would like to be able to run it as well. Does it need a dedicated importer? I assumed any method inside of nerfstudio would be able to access some internal dataset representation of nerfstudio, so this should not be an issue. But maybe I am wrong.

zipnerf_datamanager.py 45 __init__
super().__init__(

base_datamanager.py 404 __init__
self.train_dataparser_outputs: DataparserOutputs = self.dataparser.get_dataparser_outputs(split="train")

base_dataparser.py 165 get_dataparser_outputs
dataparser_outputs = self._generate_dataparser_outputs(split, **kwargs)

colmap_dataparser.py 254 _generate_dataparser_outputs
assert colmap_path.exists(), f"Colmap path {colmap_path} does not exist."

AssertionError:
Colmap path sparse/0 does not exist.

For the Blender dataset, I changed the "Dataparser" to the dataparser named "Blender". It seems that this error log is because "ColmapDataParser" is used.

In my scenario, I can make it run, but the model would converge in the wrong direction. After training, the model cannot render correct images.

from zipnerf-pytorch.

G20202502 avatar G20202502 commented on August 11, 2024

Previously, the gradients during training are always zero. I've changed the floating precision from float16 to float32 and float64, the gradients become non-zero but are extremely small, and the model is still unable to converge rightly.

from zipnerf-pytorch.

Related Issues (20)

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.