Pinned Repositories
ADLxMLDS2017
Deep learning projects in ADL (2017 FALL) @ NTU. Implement in Tensorflow and Python. Work on Sequence Labeling, Video Caption, Game Playing, and Comics Generation.
annotated_deep_learning_paper_implementations
🧑🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
attentive_specialized_network_video_captioning
Source code of the paper titled *Attentive Visual Semantic Specialized Network for Video Captioning*
BMT
Source code for "Bi-modal Transformer for Dense Video Captioning" (BMVC 2020)
Controllable_XGating
ICCV2019: Controllable Video Captioning with POS Sequence Guidance Based on Gated Fusion Network
D-LSG-Video-Caption
DeepLearning
delving-deeper-into-the-decoder-for-video-captioning
Source code for Delving Deeper into the Decoder for Video Captioning
HMN
[CVPR2022] Official code for Hierarchical Modular Network for Video Captioning. Our proposed HMN is implemented with PyTorch.
Source-Code-Notebook
关于一些经典论文源码的逐行中文笔记
lujun99's Repositories
lujun99/Source-Code-Notebook
关于一些经典论文源码的逐行中文笔记
lujun99/ADLxMLDS2017
Deep learning projects in ADL (2017 FALL) @ NTU. Implement in Tensorflow and Python. Work on Sequence Labeling, Video Caption, Game Playing, and Comics Generation.
lujun99/annotated_deep_learning_paper_implementations
🧑🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
lujun99/attentive_specialized_network_video_captioning
Source code of the paper titled *Attentive Visual Semantic Specialized Network for Video Captioning*
lujun99/BMT
Source code for "Bi-modal Transformer for Dense Video Captioning" (BMVC 2020)
lujun99/Controllable_XGating
ICCV2019: Controllable Video Captioning with POS Sequence Guidance Based on Gated Fusion Network
lujun99/D-LSG-Video-Caption
lujun99/DeepLearning
lujun99/delving-deeper-into-the-decoder-for-video-captioning
Source code for Delving Deeper into the Decoder for Video Captioning
lujun99/HMN
[CVPR2022] Official code for Hierarchical Modular Network for Video Captioning. Our proposed HMN is implemented with PyTorch.
lujun99/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
lujun99/MesNet
lujun99/PedestrianDetection
This is a pedestrian detection interface based on Python + flask framework
lujun99/RMN
IJCAI2020: Learning to Discretely Compose Reasoning Module Networks for Video Captioning
lujun99/Semantics-AssistedVideoCaptioning
Source code for Semantics-Assisted Video Captioning Model Trained with Scheduled Sampling Strategy
lujun99/tableExport
tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)
lujun99/THVC
A PyTorch implementation of the paper Thinking Hallucination for Video Captioning.
lujun99/video-caption.pytorch
pytorch implementation of video captioning
lujun99/Video-Captioning
Video Captioning is an encoder decoder mode based on sequence to sequence learning
lujun99/video-captioning-1
This repository contains the code for a video captioning system inspired by Sequence to Sequence -- Video to Text. This system takes as input a video and generates a caption in English describing the video.
lujun99/Video2Description
Video to Text: Natural language description generator for some given video. [Video Captioning]
lujun99/video_captioning_datasets
Summary about Video-to-Text datasets. This repository is part of the review paper *Bridging Vision and Language from the Video-to-Text Perspective: A Comprehensive Review*
lujun99/video_features_extractor
Python implementation of extraction of several visual features representations from videos
lujun99/visual_syntactic_embedding_video_captioning
Source code of the paper titled *Improving Video Captioning with Temporal Composition of a Visual-Syntactic Embedding*