Giter VIP home page Giter VIP logo

baidu-dog2017's Introduction

说明

  1. 解决思路

  使用各种Pre-trained的模型进行提取特征,并concat到一起,然后只用训练最后一层FC层,可复现线上0.173成绩.

TODO:数据扩充和物体检测.

代码使用方法:

# 提取VGG13特征,并进行保存
python torch_feature.py --model vgg13 --ffpath ./feature/vgg13.h5 

# 提取DenseNet169特征,并进行保存
python torch_feature.py --model densenet169 --ffpath ./feature/densenet169.h5

# 使用提取的特征跑二层模型
python torch_l2.py
  1. 所用框架: Pytorch(拒绝keras和TensorSlow框架).

其他

代码有问题请自己解决,谢谢,希望大家玩的开心!

baidu-dog2017's People

Contributors

finlay-liu 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.