Pinned Repositories
3D-Machine-Learning
A resource repository for 3D machine learning
cad-modularization
This repo implements a sub-assembly retrieval method for Computer-Aided Design (CAD) models, based on geometric feature learning
continual-inference
Building blocks for Continual Inference Networks in PyTorch
continual-skeletons
Official codebase for "Online Skeleton-based Action Recognition with Continual Spatio-Temporal Graph Convolutional Networks"
Diversified-Facial-Expression-Recognition
FER_PSTBLN_MCD
PyTorch implementation of landmark-based facial expression recognition using Spatio-Temporal BiLinear Networks (ST-BLN)
opendr
A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
PGCN
PyTorch implementation of PGCN algorithm.
skeleton-based-action-recognition
This repository provides implementation of a baseline method and our proposed methods for efficient Skeleton-based Human Action Recognition.
opendr
A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
negarhdr's Repositories
negarhdr/skeleton-based-action-recognition
This repository provides implementation of a baseline method and our proposed methods for efficient Skeleton-based Human Action Recognition.
negarhdr/FER_PSTBLN_MCD
PyTorch implementation of landmark-based facial expression recognition using Spatio-Temporal BiLinear Networks (ST-BLN)
negarhdr/PGCN
PyTorch implementation of PGCN algorithm.
negarhdr/3D-Machine-Learning
A resource repository for 3D machine learning
negarhdr/cad-modularization
This repo implements a sub-assembly retrieval method for Computer-Aided Design (CAD) models, based on geometric feature learning
negarhdr/continual-inference
Building blocks for Continual Inference Networks in PyTorch
negarhdr/continual-skeletons
Official codebase for "Online Skeleton-based Action Recognition with Continual Spatio-Temporal Graph Convolutional Networks"
negarhdr/Diversified-Facial-Expression-Recognition
negarhdr/Efficient-Facial-Feature-Learning-with-Wide-Ensemble-based-Convolutional-Neural-Networks
Efficient Facial Feature Learning with Wide Ensemble-based Convolutional Neural Networks
negarhdr/flops-counter.pytorch
Flops counter for convolutional networks in pytorch framework
negarhdr/GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
negarhdr/gcn
Implementation of Graph Convolutional Networks in TensorFlow
negarhdr/opendr
A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
negarhdr/Graph_Powered_ML_Workshop
Material and Notebooks for the Graph Powered ML Workshop September 2020 @Aalborg University.
negarhdr/keras-gcn
Keras implementation of Graph Convolutional Networks
negarhdr/lightweight-human-pose-estimation.pytorch
Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
negarhdr/mixhop
Official Implementation of ICML 2019 Paper. MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing; and UAI 2019 Paper: N-GCN: Multi-scale Graph Convolution for Semi-supervised Node Classification
negarhdr/mmskeleton
A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.
negarhdr/NTURGB-D
Info and sample codes for "NTU RGB+D Action Recognition Dataset"
negarhdr/opendr-activity-recognition-demo
OpenDR human activity recognition demo
negarhdr/parametric-tsne-keras
a python implementation of Parametric t-SNE in Keras
negarhdr/preploader
negarhdr/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
negarhdr/PyGCL
PyGCL: A PyTorch Library for Graph Contrastive Learning
negarhdr/pytorch-benchmark
Easily benchmark PyTorch model FLOPs, latency, throughput, allocated gpu memory and energy consumption
negarhdr/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
negarhdr/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.
negarhdr/ViT-CIFAR
PyTorch implementation for Vision Transformer[Dosovitskiy, A.(ICLR'21)] modified to obtain over 90% accuracy FROM SCRATCH on CIFAR-10 with small number of parameters (= 6.3M, originally ViT-B has 86M).
negarhdr/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch