Giter Site home page Giter Site logo

shubhampachori12110095 / fashionai-6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tanfluent/fashionai

0.0 1.0 0.0 421.77 MB

demo code for FashionAI challenge

License: Apache License 2.0

Python 67.31% C++ 10.59% Shell 0.88% GLSL 0.01% Jupyter Notebook 19.75% Makefile 0.04% Dockerfile 0.03% JavaScript 0.25% HTML 1.10% TypeScript 0.05%

fashionai-6's Introduction

TensorFlow Models

This repository contains a number of different models implemented in TensorFlow:

The official models are a collection of example models that use TensorFlow's high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API. They should also be reasonably optimized for fast performance while still being easy to read. We especially recommend newer TensorFlow users to start here.

The research models are a large collection of models implemented in TensorFlow by researchers. They are not officially supported or available in release branches; it is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.

The samples folder contains code snippets and smaller models that demonstrate features of TensorFlow, including code presented in various blog posts.

The tutorials folder is a collection of models described in the TensorFlow tutorials.

Edit by TANFULUN

1)代码基于 models/research/inception 的项目开发。使用 InceptionV3(googlenet-22)对fashionai数据进行分类;

2)有两组代码:   1.对warmingup数据(skirt_length_labes)这一大类别进行6分类

3)代码位置: /models/research/inception/   所有代码用 jupyter notebook 编辑运行

4)运行代码须知

 (1)imagenet-pretrain模型位置(需要自行下载): /inception/inception-v3-model/   下载方法: # download the Inception v3 model curl -O http://download.tensorflow.org/models/image/imagenet/inception-v3-2016-03-01.tar.gz tar xzf inception-v3-2016-03-01.tar.gz  (2)代码是在原项目中 flowers_train.py flowers_val.py flowers_data.py 基础上运行。目的是避免难搞的bazel编译,没功夫弄清楚这个。     当处理新的数据集时,只需要修改flowers_data.py 中:  类别个数以及数据集样本个数就行了 def num_classes(self): """Returns the number of classes in the data set.""" return 46

def num_examples_per_epoch(self): """Returns the number of examples in the data subset.""" if self.subset == 'train': return 71762 if self.subset == 'validation': return 7969

fashionai-6's People

Contributors

nealwu avatar derekjchow avatar cshallue avatar tombstone avatar lukaszkaiser avatar tfboyd avatar martinwicke avatar jch1 avatar asimshankar avatar bousmalis avatar pkulzc avatar a-dai avatar markdaoust avatar panyx0718 avatar sguada avatar joel-shor avatar itsmeolivia avatar korrawat avatar karmel avatar elibixby avatar waterson avatar shlens avatar nmjohn avatar alanyee avatar aselle avatar calberti avatar npapernot avatar vmarkovtsev avatar plakal avatar gunan avatar

Watchers

Shubham Pachori 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.