Coder Social home page Coder Social logo

3dfcdensenet's Introduction

输入网络的数据尺寸是一个很重要的参数,从数据集生成到训练到测试,这个参数要保持一致,否则会出错

1、生成数据集
python DataProcessing.py 32
32是输入网络的数据尺寸,即32*32*32,生成的数据集保存在processed_dataset文件夹中

2、训练
python Train.py 32 16 1000
32是输入网络的数据尺寸,16是batch size,根据运行环境改变,1000是迭代次数,根据精度和iou情况自行停止训练或加大迭代次数

3、测试
python Test.py 32 test_dataset/1000_3.nrrd test_result
32是输入网络的数据尺寸,test_dataset/1000_3.nrrd是测试的数据,测试数据集存放在test_dataset中,test_result是测试保存结果的路径

3dfcdensenet's People

Contributors

zhang-shi-chang avatar

Watchers

James Cloos avatar

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.