Code Monkey home page Code Monkey logo

deepfashion2-det's Introduction

Introduction

Use mmdet to detect cloth

Installation

Please refer to get_started.md for installation. Or, if you use docker container, see this dockerfile

Getting Started

1.First install mmdetection follow the above installation step.

2.please download deepfasion2 dataset here and annotation file here

3.make the file like this.

mmdetection
├── mmdet
├── tools
├── configs
├── data
│   ├── deepfashion2_zip
│   │   ├── annotations
│   │   ├── train
│   │   ├── validation
│   │   ├── test

Note that train dir is a dir include all images. and validation dir could also do like this:
(1)Make a dir named 'train' in data/deepfashion2_zip.(maybe you need to rename the dir name for deepfashion2_zip when you download the dataset)
(2)Unzip the train.zip in deepfashion2 dataset, there is a annos dir and a image dir.
(3)ln -s /image dir/ /data/deepfashion2_zip/train/

5.run the train command followed by here: Training on multiple GPUs.(a machine with n GPUs)

bash ./tools/dist_train.sh \
    ${CONFIG_FILE} \
    ${GPU_NUM} \
    [optional arguments]
    
for me:
bash ./tools/dist_train.sh configs/vfnet/vfnet_r2_101_fpn_2x_cloth.py 8

Please refer to FAQ for frequently asked questions.

Acknowledgement

MMDetection is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new detectors.

deepfashion2-det's People

Contributors

huuush avatar

Watchers

James Cloos avatar  avatar

deepfashion2-det's Issues

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.