zhazhat
I am GuoPengTeng a student in University. I want to study in Github and try to make some contributions to the community.
South China University of TechnologySouth China University of Technology
Pinned Repositories
AI-Insects-Challenge
AI识虫练习赛第二名代码分享
awesome-action-prediction
Awesome-algorithm-interview
算法工程师(人工智能CV方向)面试问题及相关资料
awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
MIntRec
MIntRec: A New Dataset for Multimodal Intent Recognition (ACM MM 2022)
Paper-Writing-Tips
MLNLP社区用来帮助大家避免论文投稿小错误的整理仓库。 Paper Writing Tips
Student
学生
TCL-MAP
TCL-MAP is a powerful method for multimodal intent recognition (AAAI 2024)
zhazhat's Repositories
zhazhat/awesome-action-prediction
zhazhat/awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
zhazhat/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
zhazhat/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
zhazhat/MIntRec
MIntRec: A New Dataset for Multimodal Intent Recognition (ACM MM 2022)
zhazhat/Paper-Writing-Tips
MLNLP社区用来帮助大家避免论文投稿小错误的整理仓库。 Paper Writing Tips
zhazhat/Student
学生
zhazhat/TCL-MAP
TCL-MAP is a powerful method for multimodal intent recognition (AAAI 2024)
zhazhat/causal_comp
reproduce
zhazhat/ChatGPT-Robot-Manipulation-Prompts
zhazhat/cube_detector
Cube Detection using YOLOv5 with Oriented Bounding Boxes (OBB)
zhazhat/f3rm
F3RM: Feature Fields for Robotic Manipulation. Official repo for the paper "Distilled Feature Fields Enable Few-Shot Language-Guided Manipulation" (CoRL 2023).
zhazhat/Hand-Gesture-Recognition
Using Hand Gesture Predictions to simulate robot motion in Gazebo
zhazhat/IJCAI-2022-ZLA
Codes for IJCAI'2022 Paper: Zero-Shot Logit Adjustment
zhazhat/Machine-Learning-in-Action
⚡️⚡️⚡️《机器学习实战》代码(基于Python3)🚀
zhazhat/MMSA
MMSA is a unified framework for Multimodal Sentiment Analysis.
zhazhat/MultiBench
[NeurIPS 2021] Multiscale Benchmarks for Multimodal Representation Learning
zhazhat/multimodal-deep-learning
This repository contains various models targetting multimodal representation learning, multimodal fusion for downstream tasks such as multimodal sentiment analysis.
zhazhat/multimodaltouchintentiondataset
zhazhat/neuroceril
NeuroCERIL: Neural Imitation Learning with Causal Inference
zhazhat/opendr
A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
zhazhat/Paper-Picture-Writing-Code
MLNLP: Paper Picture Writing Code
zhazhat/paz
Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
zhazhat/Popular-ZSL-Algorithms
Python Implementation of Zero Shot Learning Algorithms (ALE, DeViSE, ESZSL, SAE, SJE) under ZSLGBU protocol
zhazhat/pytorch_learning
my pytorch learing test
zhazhat/realsense-openpose
read 3d coordinate of human keypoint using openpose and realsense camera
zhazhat/ros_arm_tutorials
《ROS机械臂开发与实践》教学源码,涵盖ROS基础、ROS进阶、机械臂Moveit!、视觉抓取等内容。示例均提供Python与C++实现,适配Kinetic、Melodic、Noetic、ROS2 Humble版本.
zhazhat/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
zhazhat/YoloGesture
基于计算机视觉手势识别控制系统YoLoGesture (利用YOLO实现),利用yolo进行手势识别的控制系统,最后利用streamlit进行了部署,可在线体验尝试https://kedreamix-yologesture.streamlit.app , huggingface也有https://huggingface.co/spaces/Kedreamix/YoloGesture ,除此之外,还可以将方法运用到其他数据集中,都可以完成目标检测任务,并且进行部署,一通百通
zhazhat/yolov5_d435i_detection
使用realsense d435i相机,基于pytorch实现yolov5目标检测,返回检测目标相机坐标系下的位置信息。