JDAI-CV / LIO

Look-into-Object: Self-supervised Structure Modeling for Object Recognition (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look-into-Object: Self-supervised Structure Modeling for Object Recognition

By Mohan Zhou, Yalong Bai, Wei Zhang, Tiejun Zhao, and Tao Mei.

Introduction

This project is a LIO pytorch implementation of Look-into-Object: Self-supervised Structure Modeling for Object Recognition, CVPR 2020.

Getting Started

Implementations for image classification can be found in classification/.

Implementations for image detection and segmentation can be found in segmentation/.

License

This project is released under the Apache 2.0 license.

Citation

If you use this codebase in your research, please cite our paper:

@InProceedings{Zhou_2020_CVPR,
author = {Zhou, Mohan and Bai, Yalong and Zhang, Wei and Zhao, Tiejun and Mei, Tao},
title = {Look-Into-Object: Self-Supervised Structure Modeling for Object Recognition},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}

About

Look-into-Object: Self-supervised Structure Modeling for Object Recognition (CVPR 2020)

License:Other


Languages

Language:Jupyter Notebook 51.6%Language:Python 41.5%Language:Cuda 4.5%Language:C++ 2.3%Language:Shell 0.1%Language:Dockerfile 0.0%