ES-Hector's Stars
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
feder-cr/Jobs_Applier_AI_Agent
Jobs_Applier_AI_Agent aims to easy job hunt process by automating the job application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in a tailored way.
roboflow/supervision
We write your reusable computer vision tools. 💜
recommenders-team/recommenders
Best Practices on Recommendation Systems
facebookresearch/sam2
The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Tencent/HunyuanVideo
HunyuanVideo: A Systematic Framework For Large Video Generation Model
yangchris11/samurai
Official repository of "SAMURAI: Adapting Segment Anything Model for Zero-Shot Visual Tracking with Motion-Aware Memory"
OpenSPG/KAG
KAG is a logical form-guided reasoning and retrieval framework based on OpenSPG engine and LLMs. It is used to build logical reasoning and factual Q&A solutions for professional domain knowledge bases. It can effectively overcome the shortcomings of the traditional RAG vector similarity calculation model.
openvinotoolkit/open_model_zoo
Pre-trained Deep Learning models and demos (high quality and extremely fast)
amazon-science/mm-cot
Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
PKU-YuanGroup/Video-LLaVA
【EMNLP 2024🔥】Video-LLaVA: Learning United Visual Representation by Alignment Before Projection
michuanhaohao/reid-strong-baseline
Bag of Tricks and A Strong Baseline for Deep Person Re-identification
wangxiao5791509/Pedestrian-Attribute-Recognition-Paper-List
[Survey@Pattern Recognition] Paper list on Pedestrian Attribute Recognition (PAR) and related tasks (Pattern Recognition 2021)
yihong-chen/neural-collaborative-filtering
pytorch version of neural collaborative filtering
Mark12Ding/SAM2Long
SAM2Long: Enhancing SAM 2 for Long Video Segmentation with a Training-Free Memory Tree
Yukun-Huang/Person-Attribute-Recognition-MarketDuke
A simple baseline implemented in PyTorch for pedestrian attribute recognition task, evaluating on Market-1501 and DukeMTMC-reID dataset.
WildChlamydia/MiVOLO
MiVOLO age & gender transformer neural network
Raschka-research-group/coral-cnn
Rank Consistent Ordinal Regression for Neural Networks with Application to Age Estimation
sutdcv/UAV-Human
[CVPR2021] UAV-Human: A Large Benchmark for Human Behavior Understanding with Unmanned Aerial Vehicles
valencebond/Rethinking_of_PAR
Pytorch Pedestrian Attribute Recognition: A strong PyTorch baseline for pedestrian attribute recognition and multi-label classification.
google-deepmind/magiclens
[ICML'24 Oral] "MagicLens: Self-Supervised Image Retrieval with Open-Ended Instructions"
Event-AHU/OpenPAR
[OpenPAR] An open-source framework for Pedestrian Attribute Recognition, based on PyTorch
Zplusdragon/PLIP
The official code of "PLIP: Language-Image Pre-training for Person Representation Learning"
tae898/age-gender
Age and gender recognition using arcface and MLP.
Seung-Hun-Lee/CAVIS
CAVIS: Context-Aware Video Instance Segmentation
AaronCIH/APGCC
ECCV24 - Improving Point-based Crowd Counting and Localization Based on Auxiliary Point Guidance
DashyDashOrg/pandas-llm
Pandas-LLM
cxh0519/VTB
Official implementation of "A Simple Visual-Textual Baseline for Pedestrian Attribute Recognition" [TCSVT 2022]
dsabarinathan/attribute-recognition
This repository contains a PyTorch implementation of a person attribute recognition model. The model has been trained to recognize various attributes such as age, gender, hair length, upper body features, lower body features, and accessories.
jalotra/Queue-Detection
A naive Algorithm that uses People Detection and Convex Hull as subroutines to solve this problem: "Given an image of people standing randomly, how many people can be a part of some queue {Q}. A queue {Q} is basically a line(y = mx + c) that minimises a custom loss function. "