All Projects → amandajshao → Slicing Cnn

amandajshao / Slicing Cnn

The source code for our CVPR 2016 work "Slicing Convolutional Neural Network for Crowd Video Understanding".

Projects that are alternatives of or similar to Slicing Cnn

Computing Density Maps
Fast computing density maps for ShanghaiTech and other datasets
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Aidc 2018 Timeseries
Deep learning for time-series data
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Deepdream pytorch
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Openaigym
Code from "Intro to OpenAI Gym" tutorial video: https://youtu.be/8MC3y7ASoPs
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Machine learning bookshelf
机器学习深度学习相关书籍、课件、代码的仓库。 Machine learning is the warehouse of books, courseware and codes.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Ce9010 2018
Python notebooks and slides for CE9010: Introduction to Data Science, Semester 2 2017/18
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Melodyextraction jdc
"Joint Detection and Classification of Singing Voice Melody Using Convolutional Recurrent Neural Networks"
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Ipds Kr
<따라 하며 배우는 데이터 과학> (2017) 소스코드
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Crash Course
For those who already have some basic idea about deep learning, and preferably are familiar with PyTorch.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Variantnet
A simple neural network for calling het-/hom-variants from alignments of single molecule reads to a reference
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Ssh tensorflow
This is a tensorflow re-implementation of SSH: Single Stage Headless Face Detector.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Generativegraph
Implementation For the paper from DeepMind
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Marvin Public Engines
Marvin AI has been accepted into the Apache Foundation and is now available at https://github.com/apache/incubator-marvin
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Deeplearner
AI精研社 超级原创 Learn Python and Deep Learning from scratch. 会用搜狗输入法 + chrome浏览器,就能学的会的 Python + 人工智能·机器学习·深度学习算法 的完整学习解决方案。
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Juypter Notebooks
neural network explorations ⚡️ i know it's misspelled
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Motion planning
Robot path planning, mapping and exploration algorithms
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Tacotron2
pytorch tacotron2 https://arxiv.org/pdf/1712.05884.pdf
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Flashlight
Flashlight is a lightweight Python library for analyzing and solving quadrotor control problems.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Eegclassificationmcnn
Solution for EEG Classification via Multiscale Convolutional Net coded for NeuroHack at Yandex.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Sdc System Integration
Self Driving Car Engineer Nanodegree System Integration Capstone Project
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook

Slicing Convolutional Neural Network for Crowd Video Understanding

This is the source code for "Slicing Convolutional Neural Network for Crowd Video Understanding". It aims at learning generic spatio-temporal features from crowd videos, especially for long-term temporal learning (i.e. 100 frames).

Overview

Three-branch Slicing CNN model (i.e. xy-, xt-, and yt-branch)

Crowd attribute recognition (i.e. 94 crowd-related attributes)

Project Site

Caffe

A fork of the well-known Caffe framework with Multi-GPU training and Dimension Swap layer.

Apart from the official installation prerequisites, we have several other dependencies:

  1. Install openmpi to allow multi-gpu running
  2. Python packages (e.g. numpy, scipy, scikit-image, etc.)
  3. Add export PYTHONPATH="[path_python_layer]:$PYTHONPATH" to ~/.bashrc and restart the terminal. Here [path_python_layer] indicates the absolute path of the python script of py_dim_swap_layer.py.

Get the Caffe code

git clone --recursive https://github.com/amandajshao/Slicing-CNN.git

Files

Related Projects

Deeply Learned Attributes for Crowd Scene Understanding

Thanks

Citation

J. Shao, C. C. Loy, K. Kang, and X. Wang. Slicing Convolutional Neural Network for Crowd Video Understanding. Computer Vision and Pattern Recognition (CVPR), 2016.

@article{shao2016scnn,
  title={Slicing Convolutional Neural Network for Crowd Video Understanding},
  author={Shao, Jing and Loy, Chen Change and Kang, Kai and Wang, Xiaogang},
  booktitle={Computer Vision and Pattern Recognition (CVPR)},
  year={2016}
}
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].