Giter Site home page Giter Site logo

umdfaces2voc2007's Introduction

umdfaces2VOC2007

Description

将umdfaces数据库做成VOC2007格式,方便深度学习训练,umdfaces数据库的下载地址为:umdfaces

项目一共包含三个脚本文件:

  • tool_csv.py: 封装了csv模块读取文件函数
  • tool_lxml.py: 封装了lxml模块用于生成VOC2007格式的xml文档的函数
  • test.py: 主函数,用于读取文件路径做初始化

Dependencies

  • Python2.7或者更高版本
  • python lxml,numpy,cv2

Tips

在安装python依赖模块的时候,国内的小伙伴可以使用豆瓣的镜像通过pip下载(root用户):

cd ~ && mkdir .pip && cd .pip
vim pip.conf

在其中加上:

[global]
index-url = http://pypi.douban.com/simple/
trusted-host = pypi.douban.com

之后就可以愉快的下载python模块了

Contact

  • 邮件(21515006#zju.edu.cn, 把#换成@)
  • QQ: 435977170

umdfaces2voc2007's People

Contributors

luuuyi avatar

Stargazers

 avatar  avatar hugh avatar  avatar  avatar Changjiu Yang avatar

Watchers

James Cloos avatar  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.