Coder Social home page Coder Social logo

frank-star-fn / glidenet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kareem-metwaly/glidenet

1.0 0.0 0.0 110 KB

This repository contains the implementation and the building blocks of GlideNet and Informed Convolution. This work is published at CVPR 2022 paper titled "GlideNet: Global, Local and Intrinsic based Dense Embedding NETwork for Multi-category Attributes Prediction"

Python 100.00%

glidenet's Introduction

GlideNet: Global, Local and Intrinsic based Dense Embedding NETwork for Multi-category Attributes Prediction

Accepted at The IEEE/CVF Computer Vision and Pattern Recognition - CVPR 2022

This repo contains the implementation of GlideNet and some useful files to reuse its building blocks. This work has been done during my internship at Scale AI. For more information, please check the project's page

Structure of the code

  1. models contains different architectures for guidance to reimplement or reuse some building blocks of GlideNet. Most importantly, glidenet.py contains the implemented complete GlideNet structure. In addition, informedconv2d.py contains a PyTorch implementation of the novel Informed Convolution. You can also find some examples of modules that are based on Informed Convolution at informed_resnet.py

  2. configs contains examples of configuration files that can be used to define the parameters of GlideNet's architecture.

  3. dataset contains PyTorch implementations to retrieve data samples from CAR and VAW datasets after being preprocessed.

  4. structures contains some useful abstract classes and dataclasses that were implemented to ease dealing with inputs and outputs of the models and the datasets.

Note: The code has previously used some proprietary packages during my internship at Scale AI. Therefore, these packages are missing here, which breaks the code. However, in models/glidenet.py, you can find the complete implemented structure of GlideNet. You can use configs/models/car/glidenet.yaml for example to play with the configuration of the architecture.

Setting up the environment

All required packages are found in requirements.txt. There are some missing proprietary packages, but they are not essential for building GlideNet and its components.

conda create -n glidenet python=3.8.5
pip install -r requirements.txt

Citation

Please cite our CVPR 2022 paper if you use GlideNet, Informed Convolution or any of the building blocks in your work.

@InProceedings{metwaly_cvpr_2022_glidenet,
    author    = {Metwaly, Kareem and Kim, Aerin and Branson, Elliot and Monga, Vishal},
    title     = {GlideNet: Global, Local and Intrinsic based Dense Embedding NETwork for Multi-category Attributes Prediction},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
}

glidenet's People

Contributors

kareem-metwaly avatar

Stargazers

Frank Star avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.