Giter VIP home page Giter VIP logo

Comments (3)

sheryl-ai avatar sheryl-ai commented on May 29, 2024

We only have 2 categories here. Randomly split samples into train and test. Then sample pairs for train and test sets, respectively. You can obtain a file with the same format as our "dti.pair.pkl". Considering you have 10 categories, splitting train and test for each category (keep the same label distribution for train and test) would be a good choice. The views are read one-by-one in our case before training (the sample size is smaller than yours). You can see the loop in line 29. "dti.coo.pd.pkl" is 3d coordinates for each sample's brain regions. We just aggregate them along the sample axis to get an average coordinates. If you have any further question, feel free to discuss.

from mvgcn.

JJJTF avatar JJJTF commented on May 29, 2024

Thank you very much for your prompt reply!

How should I generate my image dataset to ‘ dti.coo.pkl‘ ?
This is very important to me!

from mvgcn.

sheryl-ai avatar sheryl-ai commented on May 29, 2024

Yes. The 'dti.coo.pkl' needs to be generated by yourself. Basically, this is for 3D information. [n_samples x n_nodes x n_XYZ] is its dim. n_nodes in our case means the number of brain regions, n_XYZ is the associated 3D coordinates, equals to 3.

from mvgcn.

Related Issues (4)

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.