Giter Club home page Giter Club logo

pytorch-deepvo's Introduction

Pytorch-DeepVO

This is an Implementation of DeepVO with CNN / CNN-LSTM.

As for the experiment results, you can read my Master's thesis, or go to Zhihu for detailed discussion.

代码架构

  • dataset

数据集处理的代码都放这

  • net

网络结构的代码都放这

  • utils

各种其他函数

  • evaluation

测试结果处理,包括画误差曲线、画轨迹图

  • main.py

主函数

  • evaluation.sh

对测试结果进行评估

服务器端的其他数据

  • 数据集

  • log

训练网络时保存的loss等参数,用于tensorboard显示

  • model

保存的网络参数都放这,用于继续训练或测试

  • test

测试结果都放这

训练样例

从头训练

$ python main.py \
--server=6499 \
--net_architecture=cnn \
--phase=Train \
--resume=No \
--net_name=cnn-vo \
--dir0=20180109 \
--gpu=0 \

继续训练

$ python main.py \
--server=6499 \
--net_architecture=cnn \
--phase=Train \
--resume=Yes \
--net_restore=cnn-vo \
--dir_restore=20180101 \
--model_restore=model-120 \
--net_name=cnn-vo-cons \
--dir0=20180103 \
--epoch_test=10 \
--gpu=2,3 \

测试

$ python main.py --server=6499 --net_architecture=cnn-lstm --phase=Test --img_pairs=2 --net_restore=cnn-lstm-vo --dir_restore=20180114 --model_restore=model-100 --gpu=2

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.