Coder Social home page Coder Social logo

Comments (9)

sylqiu avatar sylqiu commented on July 30, 2024

from tof_rgbd_processing.

wxz1996 avatar wxz1996 commented on July 30, 2024

@sylqiu thanks, i have another question, i download the dataset ToFFlyingThings3D.zip and unzip it, but there has no folder "nogt" and "real" ... should i need to use the script in "Tof_pbrt_generation.zip" to generate "nogt" and "real" ?

from tof_rgbd_processing.

sylqiu avatar sylqiu commented on July 30, 2024

from tof_rgbd_processing.

wxz1996 avatar wxz1996 commented on July 30, 2024

@sylqiu got it, but i can't find the real data, 'RealData/vivo_data/test_vivo5/' and 'RealData/vivo_data/test_vivo5/' int your rep or google driver

from tof_rgbd_processing.

sylqiu avatar sylqiu commented on July 30, 2024

from tof_rgbd_processing.

wxz1996 avatar wxz1996 commented on July 30, 2024

@sylqiu but when i run " model.single_test()" and "dataset_name = nogt", "self.path = '/data/wenxuanzheng/ToFFlyingThings3D/' set in TestingConfig, it remind me loss real data, and i didn't find any sample end with '_reg_ir.png' and "_reg_depth.raw", is "nogt" real data sample?

from tof_rgbd_processing.

wxz1996 avatar wxz1996 commented on July 30, 2024
···parser.add_argument('--dataset_name', type=str, default='simtof', help='dataset')
parser.add_argument('--dataset2_name', type=str, default='none', help='dataset')
parser.add_argument('--is_training', type=int, default=0, help='True:1 or False:0')
parser.add_argument('--is_from_scratch', type=int, default=0, help='Pretraining ?')
parser.add_argument('--pretrain_ckpt_path', type=str, default='none', help='path to weight file')
parser.add_argument('--save', type=str, default='./Experiment/', help='where to save stuff')
parser.add_argument('--sigma', type=str, default=0, help='perturbation strength with mvg_aug in testing mode, set 0 to use uniform perturbation, see loaders.py for definition')
parser.add_argument('--mvg_aug', type=int, default=1, help='set 1 to use multiview geometry augmentation')···

and
···
class TestingConfig(object):
def init(self):
self.wlast = '/home/wenxuanzheng/pc_compression/tof_rgbd_processing/Experiment/checkpoint/ckpt'
self.output_save_dir ='./results'
self.bs = 1

#dataset path
self.path = '/data/wenxuanzheng/ToFFlyingThings3D/'
self.use_fifo = False
···
this is my default set, but it report cuda error"Check failed: cusolverDnCreate(&cusolver_dn_handle) == CUSOLVER_STATUS_SUCCESS Failed to create cuSolverDN instance.", and i don't know it is the compile error in custom tf_op or the parameter set error

from tof_rgbd_processing.

sylqiu avatar sylqiu commented on July 30, 2024

from tof_rgbd_processing.

wxz1996 avatar wxz1996 commented on July 30, 2024

nToF is the folder of real data sample? but it is not end with _reg_depth.raw ...

from tof_rgbd_processing.

Related Issues (10)

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.