All Projects → antran89 → My Very Deep Caffe

antran89 / My Very Deep Caffe

Licence: other
This is an implementation of very deep two stream CNNs for action recognition. The implementation is inspired by Wang et. al., https://github.com/yjxiong/caffe. Some improvements from Wang's implementation include reading videos from LDMB database, faster testing using LDMB interface. The aim is to work better with big dataset such as UCF101, HMDB51, Sports1M and ActivityNet easily.

Projects that are alternatives of or similar to My Very Deep Caffe

Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (+3233.33%)
Mutual labels:  caffe
Vgg 19 layers network
VGG 19 Layers Deep Network
Stars: ✭ 6 (-71.43%)
Mutual labels:  caffe
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (+3942.86%)
Mutual labels:  deep
Deepo
Setup and customize deep learning environment in seconds.
Stars: ✭ 6,145 (+29161.9%)
Mutual labels:  caffe
Variational Autoencoder
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
Stars: ✭ 807 (+3742.86%)
Mutual labels:  deep
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (+4.76%)
Mutual labels:  caffe
Person search
Joint Detection and Identification Feature Learning for Person Search
Stars: ✭ 666 (+3071.43%)
Mutual labels:  caffe
Faster Rcnn Cplusplus2
faster-rcnn c++ python model
Stars: ✭ 14 (-33.33%)
Mutual labels:  caffe
Mobilenet Yolo
A caffe implementation of MobileNet-YOLO detection network
Stars: ✭ 825 (+3828.57%)
Mutual labels:  caffe
Flownet2
FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Stars: ✭ 938 (+4366.67%)
Mutual labels:  caffe
Keras realtime multi Person pose estimation
Keras version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 728 (+3366.67%)
Mutual labels:  caffe
Face Mask Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Stars: ✭ 774 (+3585.71%)
Mutual labels:  caffe
Py Style Transfer
🎨 Artistic neural style transfer with tweaks (pytorch).
Stars: ✭ 23 (+9.52%)
Mutual labels:  deep
Face verification experiment
Original Caffe Version for LightCNN-9. Highly recommend to use PyTorch Version (https://github.com/AlfredXiangWu/LightCNN)
Stars: ✭ 712 (+3290.48%)
Mutual labels:  caffe
Pytorch Caffe Darknet Convert
convert between pytorch, caffe prototxt/weights and darknet cfg/weights
Stars: ✭ 867 (+4028.57%)
Mutual labels:  caffe
Deepj
A deep learning model for style-specific music generation.
Stars: ✭ 681 (+3142.86%)
Mutual labels:  deep
Fundamentals Of Deep Learning For Computer Vision Nvidia
The repository includes Notebook files and documents of the course I completed in NVIDIA Deep Learning Institute. Feel free to acess and work with the Notebooks and other files.
Stars: ✭ 16 (-23.81%)
Mutual labels:  caffe
Mxnet2caffe
convert model from mxnet to caffe without lossing precision
Stars: ✭ 20 (-4.76%)
Mutual labels:  caffe
Matcaffe2caffe
Convert a matcaffe model (column major) to a pycaffe or c++ caffe (row major) model
Stars: ✭ 14 (-33.33%)
Mutual labels:  caffe
Nideep
collection of utilities to use with deep learning libraries (e.g. caffe)
Stars: ✭ 25 (+19.05%)
Mutual labels:  caffe

Fork of Caffe

This is a fork used for video action recognition, mainly two-stream CNN networks.

Some un-official layers developed or merged into this repo:

  • FlowData layer: use a FlowData Reader to read flow data from LDMB database.
  • Modified DataTransformer methods: which can read images from resized images, rescale back and then do transformations.
  • 3D convolution/pooling layers. Sofware works well with 3D-CNN network.

We choose to keep our my-very-deep-caffe to be aligned with the original of Caffe's fork commit 5a201dd960840c319cefd9fa9e2a40d2c76ddd73. We would like to preserve the strength of BLVC Caffe software which is a deep learning framework made with expression, speed, and modularity in mind. Our software also inherits training mechanism from multiple GPUs from BLVC Caffe.

The examples to use the software available at two-stream FCAN repository.

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}
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].