Giter Site home page Giter Site logo

Comments (11)

Lin-Yijie avatar Lin-Yijie commented on May 28, 2024

Thanks for your interest in our work!
It is just a showcase. Our method could handle the incomplete problem of different missing rates and you can change it in configure.py.

from 2021-cvpr-completer.

iTomxy avatar iTomxy commented on May 28, 2024

As in the code, the missing rate is seemed to be determined in the get_mask function.
However, if I comment out this line, or change the missing rate to 1 in configure.py, the code will fail to reproduce the results under the incomplete setting (i.e. missing rate = 0.5).

from 2021-cvpr-completer.

Lin-Yijie avatar Lin-Yijie commented on May 28, 2024

The masked data is generated by the get_mask function and the corresponding missing rate is in configure.py. It should be pointed that the missing rate in configure.py is the real missing rate as talked about in the main paper. For the line missing_rate = missing_rate / 2, it is the process of generating incomplete multi-view datasets.
By the way, our method is trained on the complete multi-view data thus cannot handle the situation with missing rate=1.

from 2021-cvpr-completer.

iTomxy avatar iTomxy commented on May 28, 2024

Well, you're right as I compute the missing from the resultant mask and it's around 0.5.
I guess you did that halving because there are 2 views and you want them each bear 0.25 missing rate. And I suggest using:

missing_rate = missing_rate / view_num

which may be clearer.

from 2021-cvpr-completer.

Lin-Yijie avatar Lin-Yijie commented on May 28, 2024

Thanks for your suggestions! I have changed the code to missing_rate = missing_rate / view_num now.

from 2021-cvpr-completer.

zhangyuanyang21 avatar zhangyuanyang21 commented on May 28, 2024

Hi, I would like to ask if running a dataset with the missing rate set to 0, is it a complete view network model?

from 2021-cvpr-completer.

Lin-Yijie avatar Lin-Yijie commented on May 28, 2024

Hi, I would like to ask if running a dataset with the missing rate set to 0, is it a complete view network model?

Yes it is~

from 2021-cvpr-completer.

zhangyuanyang21 avatar zhangyuanyang21 commented on May 28, 2024

Thank you very much for your reply,

from 2021-cvpr-completer.

zhangyuanyang21 avatar zhangyuanyang21 commented on May 28, 2024

你好,我发现Competer网络只能跑两个视图的数据集超过两个视图就不可以了,请问是不是这样的呢?

from 2021-cvpr-completer.

Lin-Yijie avatar Lin-Yijie commented on May 28, 2024

Exactly. You could refer to our multi-view version DCP.

from 2021-cvpr-completer.

zhangyuanyang21 avatar zhangyuanyang21 commented on May 28, 2024

Thank you very much for your reply!

from 2021-cvpr-completer.

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.