Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 1.05 KB

Joint Person Segmentation and Identification in Synchronized First- and Third-person Videos

Introduction

This is a PyTorch implementation for our ECCV 2018 paper "Joint Person Segmentation and Identification in Synchronized First- and Third-person Videos".

Alt Text

Environment

The code is developed with CUDA 8.0, Python 2.7, PyTorch 0.3

Data Preparation

Citations

If you are using the data/code/model provided here in a publication, please cite our paper:

@inproceedings{firstthirdseg2018eccv,
    title = {Joint Person Segmentation and Identification in Synchronized First- and Third-person Videos},
    author = {Mingze Xu and Chenyou Fan and Yuchen Wang and Michael S. Ryoo and David J. Crandall},
    booktitle = {European Conference on Computer Vision (ECCV)},
    year = {2018}
}