Giter Site home page Giter Site logo

yufengjinsong / pytorchcv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ggjy/pytorchcv

1.0 1.0 0.0 21.75 MB

Repo for most of CV problems, such as image classification, object detection, pose estimation, segmentation, and so on.

License: Apache License 2.0

Python 55.90% Shell 0.42% Lua 1.13% MATLAB 3.26% C++ 1.37% C 3.83% Makefile 0.01% Jupyter Notebook 30.19% Cuda 3.80% HTML 0.09%

pytorchcv's Introduction

Source code for Deep Learning Based CV Problems(Pytorch)

@misc{CV2018,
  author =       {Donny You ([email protected])},
  howpublished = {\url{https://github.com/CVBox/PytorchCV}},
  year =         {2018}
}

This repository provides source code for some deep learning based cv problems. We'll do our best to keep this repository up to date. If you do find a problem about this repository, please raise it as an issue. We will fix it immediately.

Details:

  • Pose Estimation

    • Convolutional Pose Machines
    • Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
    • Associative Embedding: End-to-End Learning for Joint Detection and Grouping
  • Object Detection

    • SSD: Single Shot MultiBox Detector
  • Semantic Segmentation

    • Efficient ConvNet for Real-time Semantic Segmentation
  • Image Classification

    • Densely Connected Convolutional Networks

Examples

  • Train the openpose model
python main.py  --hypes hypes/pose/coco/op_coco_pose.json \
                --base_lr 0.001 \
                --phase train
  • Finetune the openpose model
python main.py  --hypes hypes/pose/coco/op_coco_pose.json \
                --base_lr 0.001 \
                --phase train \
                --resume checkpoints/pose/coco/coco_open_pose_65000.pth
  • Test the openpose model(test_img):
python main.py  --hypes hypes/pose/coco/op_coco_pose.json \
                --phase test \
                --resume checkpoints/pose/coco/coco_open_pose_65000.pth \
                --test_img val/samples/ski.jpg
  • Test the openpose model(test_dir):
python main.py  --hypes hypes/pose/coco/op_coco_pose.json \
                --phase test \
                --resume checkpoints/pose/coco/coco_open_pose_65000.pth \
                --test_dir val/samples
  • Attention: Other command line parameters are showed in main file. You can refer & use them.

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.