Code Monkey home page Code Monkey logo

Comments (4)

themasterlink avatar themasterlink commented on June 19, 2024

Hey,

could you be a bit more specific?

Best,
Max

from singleviewreconstruction.

themasterlink avatar themasterlink commented on June 19, 2024

Hey,

as the exception says, you have the generate the data yourself beforehand. We used SUNCG to generate the training data. However, SUNCG is no longer publicly available, for this reason, we can not share the generated data ourselves. If you already have the dataset SUNCG, you can generate it yourself.

Sorry for the inconvenience. If you don't have access to SUNCG, I would recommend looking into:

https://tianchi.aliyun.com/specials/promotion/alibaba-3d-scene-dataset

They also offer 3D indoor scenes, you might have to adjust the loaders for the SDFGen, but BlenderProc already fully supports 3D Front.

Best,
Max

from singleviewreconstruction.

trilokpadhi avatar trilokpadhi commented on June 19, 2024

Hey @themasterlink
Thank you so much your detailed reply , however we just wanted to test the results on a single data sample of yours that is color_normal_mean.hdf5 ? do we need train.tfrecord for it ?
Thanks
Trilok

from singleviewreconstruction.

themasterlink avatar themasterlink commented on June 19, 2024

Hey,

for just one test image not necessarily, but you need to change the DataSetLoader.py:

def _deserialize_tfrecord(self, example_proto):

This function returns the current image, normal image and voxel information. You can change that to always use the same test image here to get a certain result. But please make sure to use a camera with the same camera intrinsic as used during the training. As I do not expect that the approach works well with a camera intrinsic shift.

You can generate a normal image with the UNetNormalGen.

The color_normal_mean.hdf5 is used here:

and here:

The network was trained with images which were mean-shifted before usage, this has to be done on the test images as well.

Best,
Max

from singleviewreconstruction.

Related Issues (11)

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.