Coder Social home page Coder Social logo

fashionai_keypoint_detection_challenge's Introduction

FashionAI_KeyPoint_Detection_Challenge

Folder Structure

  • train: store training images and annotations
  • model: store trained models
  • test : store testing images
  • src: store some of the source code.
    src/CPN_ONE_data_gen.py: data generator.
    src/CPN_ONE_model.py: model definition.
  • predict.py : predict keypoints from images.
  • preprocessing.py : generate .mat file for training model.
  • train.py : training model.

Usage

1.Run the following command to generate .mat file

python preprocessing.py

2.Run the following command to train

python train.py --gpus=1

3.Modify the model path in predict (model_to_load), then run the following command to get predict .csv file.

python predict.py

Requirements

  • python (3.5.2)
  • keras (2.1.5)
  • numpy (1.14.2)
  • opencv-python (3.4.0.12)
  • pandas (0.22.0)
  • scipy (1.0.1)
  • tensorflow-gpu (1.2.0)

fashionai_keypoint_detection_challenge's People

Contributors

solawen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fashionai_keypoint_detection_challenge's Issues

Missing file CPN_model

Trying to run the training script, return the following error.
Looks like a missing src.CPN_model file.

from src.CPN_model import CPN2
ImportError: No module named 'src.CPN_model'

share your trained model?

Hello @solawen

Thank for sharing your work!

Could you share the latest trained model?

I have stumbled upon your repository while looking for clothes detectors.
It would be helpful for me to run predictions with your model for figuring out which direction I should work on.

Thanks in advance.

train into one moel or train one by one?

thanks for sharing , I want to know if this code could put different categories of clothes into one model? If it works ,how can I make it? I am looking forward to your reply ,thank you very much

Can you share your data?

Hey!
Can you provide a google drive or a similar link to the data that you used (because the ones on the site of the challenge are not downloadable anymore)? Or can you share your trained model?

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.