Giter Site home page Giter Site logo

数据集下载 about retinanet-pytorch HOT 2 OPEN

yatenglg avatar yatenglg commented on July 22, 2024
数据集下载

from retinanet-pytorch.

Comments (2)

yatengLG avatar yatengLG commented on July 22, 2024

VOC2012数据集 http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar
训练步骤:

  1. 请先安装依赖库,均可用pip安装
  2. Config配置文件中, 将数据集 的路径 配置好, _C.DATA.DATASET.DATA_DIR
  3. 打开visdom训练过程的可视化 python -m visdom.server
  4. 然后 可以直接运行 Demo_train.py 进行训练
    训练过程中其他比如训练设备,学习率等调整, 均可在Config配置文件中进行, 均有详细的中文备注.

from retinanet-pytorch.

yatengLG avatar yatengLG commented on July 22, 2024

若有其他问题,欢迎交流,默认配置文件中默认使用俩个GPU训练,如是单GPU,在配置文件中
改为_C.DEVICE.TRAIN_DEVICES = [0]即可.
同理 _C.DEVICE.TEST_DEVICES = [0]

from retinanet-pytorch.

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.