All Projects → daili0015 → Modelfeast

daili0015 / Modelfeast

Licence: mit
Pytorch model zoo for human, include all kinds of 2D CNN, 3D CNN, and CRNN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Modelfeast

Chinesetrafficpolicepose
Detects Chinese traffic police commanding poses 检测中国交警指挥手势
Stars: ✭ 49 (-57.76%)
Mutual labels:  action-recognition
Daps
This repo allocate DAPs code of our ECCV 2016 publication
Stars: ✭ 74 (-36.21%)
Mutual labels:  action-recognition
Temporal Segment Networks
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
Stars: ✭ 1,287 (+1009.48%)
Mutual labels:  action-recognition
Training toolbox caffe
Training Toolbox for Caffe
Stars: ✭ 51 (-56.03%)
Mutual labels:  action-recognition
Hake Action
As a part of the HAKE project, includes the reproduced SOTA models and the corresponding HAKE-enhanced versions (CVPR2020).
Stars: ✭ 72 (-37.93%)
Mutual labels:  action-recognition
Vidvrd Helper
To keep updates with VRU Grand Challenge, please use https://github.com/NExTplusplus/VidVRD-helper
Stars: ✭ 81 (-30.17%)
Mutual labels:  action-recognition
Okutama Action
Okutama-Action: An Aerial View Video Dataset for Concurrent Human Action Detection
Stars: ✭ 36 (-68.97%)
Mutual labels:  action-recognition
Tdd
Trajectory-pooled Deep-Convolutional Descriptors
Stars: ✭ 99 (-14.66%)
Mutual labels:  action-recognition
Tdn
[CVPR 2021] TDN: Temporal Difference Networks for Efficient Action Recognition
Stars: ✭ 72 (-37.93%)
Mutual labels:  action-recognition
Video classification pytorch
Video Classification based on PyTorch
Stars: ✭ 89 (-23.28%)
Mutual labels:  action-recognition
Nhyai
AI智能审查,支持色情识别、暴恐识别、语言识别、敏感文字检测和视频检测等功能,以及各种OCR识别能力,如身份证、驾照、行驶证、营业执照、银行卡、手写体、车牌和名片识别等功能,可以访问网站体验功能。
Stars: ✭ 60 (-48.28%)
Mutual labels:  crnn
Epic Kitchens 55 Action Models
EPIC-KITCHENS-55 baselines for Action Recognition
Stars: ✭ 68 (-41.38%)
Mutual labels:  action-recognition
Crnn With Stn
implement CRNN in Keras with Spatial Transformer Network
Stars: ✭ 83 (-28.45%)
Mutual labels:  crnn
Resgcnv1
ResGCN: an efficient baseline for skeleton-based human action recognition.
Stars: ✭ 50 (-56.9%)
Mutual labels:  action-recognition
Video Dataset Loading Pytorch
Generic PyTorch Dataset Implementation for Loading, Preprocessing and Augmenting Video Datasets
Stars: ✭ 92 (-20.69%)
Mutual labels:  action-recognition
Pottan Ocr
A stupid OCR for malayalam language
Stars: ✭ 39 (-66.38%)
Mutual labels:  crnn
Hake Action Torch
HAKE-Action in PyTorch
Stars: ✭ 74 (-36.21%)
Mutual labels:  action-recognition
Movienet Tools
Tools for movie and video research
Stars: ✭ 113 (-2.59%)
Mutual labels:  action-recognition
3d Resnets
3D ResNets for Action Recognition
Stars: ✭ 95 (-18.1%)
Mutual labels:  action-recognition
M Pact
A one stop shop for all of your activity recognition needs.
Stars: ✭ 85 (-26.72%)
Mutual labels:  action-recognition

ModelFeast

中文版readme

Please star ModelFeast if it helps you. This is very important to me! Thanks very much !

ModelFeast is more than model-zoo! It is:

What is ModelFeast ?

Avalible models

2D CNN

Pretrained models ( trained on ImageNet ) for 2D CNN is now avalible on Baiduyun(fst6) and Google Drive

3D CNN

CNN-RNN

This part is still on progress. Not avalible to train now, but model architecture can been seen here.

Get started

Determine what you need and read corresponding tutorials

Or you can use modelfeast simply via pip !

pip3 install modelfeast

pip user guide

Features

The features are more than you could think of:

  • Train and save model within 3 lines !
  • Multi GPU support !
  • Include the most popular 2D CNN, 3D CNN, and CRNN models !
  • Allow any input image size (pytorch official model zoo limit your input size harshly) !
  • Help you sweep all kinds of classification competitions.

Reference

https://github.com/lanpa/tensorboardX

https://github.com/pytorch/vision/tree/master/torchvision/models

https://github.com/kenshohara/3D-ResNets-PyTorch

https://github.com/victoresque/pytorch-template

https://github.com/AlexHex7/Non-local_pytorch

https://github.com/Cadene/pretrained-models.pytorch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].