Giter Site home page Giter Site logo

Comments (2)

LiheYoung avatar LiheYoung commented on September 25, 2024
  1. 为了在新的数据集上训练,需要新建你的labeled.txt以及unlabeled.txt,文件中是所有labeled/unlabeled images在mydataset下的相对路径
  2. 至于acdc下的四个文件,其实不是都必要的,只需要放一个你的val.txt文件在splits/mydataset下即可,另外需要修改dataset里
    with open('splits/%s/valtest.txt' % name, 'r') as f:
    'splits/%s/valtest.txt''splits/%s/val.txt'
  3. 最后,当然也需要新建一个config文件,来指定mydataset的路径以及修改dataset的名字(从acdc -> mydataset)。需要注意的是,由于医学图像的数据读取不一定相同,你可能也需要相应的修改dataset中数据读取的部分。

from unimatch.

youngprogrammerBee avatar youngprogrammerBee commented on September 25, 2024

感谢您的回复!

from unimatch.

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.