Pinned Repositories
adapt-image-models
[ICLR'23] AIM: Adapting Image Models for Efficient Video Action Recognition
aqa_tpt
implementation of "Action Quality Assessment with Temporal Parsing Transformer"
BilibiliVideoDownload
Cross-platform download bilibili video desktop software, support windows, macOS, Linux
Bridge-Prompt
[CVPR2022] Bridge-Prompt: Towards Ordinal Action Understanding in Instructional Videos
chat-project-based-on-ubuntu
使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 MySQL 的查询。项目中使用TCP网络编程实现C/S的信息交互,使用Mysql记录用户账号、密码,使用redis记录用户的登录状态,编写了makefile进行编译,使用shell脚本提高了开发效率,开发过程使用git进行版本管理,编写了说明文档。
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
CoCa-pytorch
Implementation of CoCa, Contrastive Captioners are Image-Text Foundation Models, in Pytorch
CoRe
[ICCV 2021] Group-aware Contrastive Regression for Action Quality Assessment
dalle2-laion
Pretrained Dalle2 from laion
Leetcode-Problemlist
z-w-wang's Repositories
z-w-wang/denseflow
Extracting optical flow and frames
z-w-wang/TransVG
z-w-wang/CoRe
[ICCV 2021] Group-aware Contrastive Regression for Action Quality Assessment
z-w-wang/OadTR
Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
z-w-wang/chat-project-based-on-ubuntu
使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 MySQL 的查询。项目中使用TCP网络编程实现C/S的信息交互,使用Mysql记录用户账号、密码,使用redis记录用户的登录状态,编写了makefile进行编译,使用shell脚本提高了开发效率,开发过程使用git进行版本管理,编写了说明文档。