Git Product home page Git Product logo

Comments (4)

463f avatar 463f commented on May 27, 2024

@morsingher Sorry to bother you, but I met this error as well. So have you fixed it ?

from mvsnerf.

54HaoHao-hue avatar 54HaoHao-hue commented on May 27, 2024

@morsingher Sorry to bother you, but I met this error as well. So have you fixed it ?

这是因为下载来的原项目里,在train文件中,dataset(root_dir=train_dir, split='train', max_len=-1 , downSample=args.imgScale_train)对应的是训练dtu数据集的keyword ,而你在command里设置的却是训练‘blender’数据集。因此,你应该将command里的--dataset_name设为‘dtu’。或者如果你想训练blender数据集的话,那你应该在train文件中,将dataset(...)的keyword设置的与blender数据集对应(具体的keyword设置参考blender.py)

from mvsnerf.

R-QinQ avatar R-QinQ commented on May 27, 2024

@morsingher Sorry to bother you, but I met this error as well. So have you fixed it ?

这是因为下载来的原项目里,在train文件中,dataset(root_dir=train_dir, split='train', max_len=-1 , downSample=args.imgScale_train)对应的是训练dtu数据集的keyword ,而你在command里设置的却是训练‘blender’数据集。因此,你应该将command里的--dataset_name设为‘dtu’。或者如果你想训练blender数据集的话,那你应该在train文件中,将dataset(...)的keyword设置的与blender数据集对应(具体的keyword设置参考blender.py)

是改成这样吗,但也运行不对
#blender
self.train_dataset = dataset(args, split='train', load_ref=False)
self.val_dataset = dataset(args, split='val', load_ref=False)

from mvsnerf.

Shichao123123 avatar Shichao123123 commented on May 27, 2024

@morsingher Sorry to bother you, but I met this error as well. So have you fixed it ?

这是因为下载来的原项目里,在train文件中,dataset(root_dir=train_dir, split='train', max_len=-1 , downSample=args.imgScale_train)对应的是训练dtu数据集的keyword ,而你在command里设置的却是训练‘blender’数据集。因此,你应该将command里的--dataset_name设为‘dtu’。或者如果你想训练blender数据集的话,那你应该在train文件中,将dataset(...)的keyword设置的与blender数据集对应(具体的keyword设置参考blender.py)

是改成这样吗,但也运行不对 #blender self.train_dataset = dataset(args, split='train', load_ref=False) self.val_dataset = dataset(args, split='val', load_ref=False)

你好请问你解决了这个问题吗,我也遇到了同样的问题

from mvsnerf.

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.