# LIO **Repository Path**: sing_jay_lee/LIO ## Basic Information - **Project Name**: LIO - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-26 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Look-into-Object: Self-supervised Structure Modeling for Object Recognition By [Mohan Zhou](https://mhzhou.com/), 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*](http://openaccess.thecvf.com/content_CVPR_2020/papers/Zhou_Look-Into-Object_Self-Supervised_Structure_Modeling_for_Object_Recognition_CVPR_2020_paper.pdf), CVPR 2020. ## Getting Started Implementations for image classification can be found in [classification/](./classification/). Implementations for image detection and segmentation can be found in [segmentation/](./segmentation/). ## License This project is released under the [Apache 2.0 license](https://github.com/JDAI-CV/LIO/blob/master/LICENSE.txt). ## Citation If you use this codebase in your research, please cite our paper: ```bibtex @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} } ```