-
-
FAST-VQA-and-FasterVQA Public
Forked from VQAssessment/FAST-VQA-and-FasterVQAOfficial Code for [ECCV2022 Paper] FAST-VQA: Efficient End-to-End Video Quality Assessment with Fragment Sampling, and its extended version FasterVQA.
Jupyter Notebook MIT License UpdatedMay 6, 2023 -
Multi-Task-Learning-PyTorch Public
Forked from SimonVandenhende/Multi-Task-Learning-PyTorchPyTorch implementation of multi-task learning architectures, incl. MTI-Net (ECCV2020).
Python Other UpdatedDec 24, 2020 -
faster-rcnn.pytorch Public
Forked from jwyang/faster-rcnn.pytorchA faster pytorch implementation of faster r-cnn
Python MIT License UpdatedDec 24, 2020 -
-
KnowledgeGraphData Public
Forked from ownthink/KnowledgeGraphData史上最大规模1.4亿中文知识图谱开源下载
Python UpdatedOct 17, 2019 -
pytorch-transformers Public
Forked from huggingface/transformers👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
Python Apache License 2.0 UpdatedJul 18, 2019 -
Deep-Flow-Guided-Video-Inpainting Public
Forked from nbei/Deep-Flow-Guided-Video-Inpaintingpytorch implementation for "Deep Flow-Guided Video Inpainting"(CVPR'19)
Python MIT License UpdatedJul 15, 2019 -
Pose-Transfer Public
Forked from tengteng95/Pose-TransferCode for the paper Progressive Pose Attention for Person Image Generation in CVPR19 (Oral).
Python UpdatedJun 30, 2019 -
pretorched-x Public
Forked from alexandonian/pretorched-xPretrained Image & Video ConvNets for PyTorch: NASNet, ResNeXt (2D + 3D), ResNet (2D + 3D), InceptionV4, InceptionResnetV2, Xception, DPN, NonLocalNets, R(2+1)D nets, MultiView CNNs, Temporal Relat…
Python MIT License UpdatedApr 17, 2019 -
ActivityNet Public
Forked from activitynet/ActivityNetThis repository is intended to host tools and demos for ActivityNet
Jupyter Notebook MIT License UpdatedMar 31, 2019 -
Human-Pose-Estimation-101 Public
Forked from cbsudux/Human-Pose-Estimation-101Basics of 2D and 3D Human Pose Estimation.
UpdatedMar 29, 2019 -
lightweight-human-pose-estimation.pytorch Public
Forked from Daniil-Osokin/lightweight-human-pose-estimation.pytorchFast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
Python Apache License 2.0 UpdatedMar 27, 2019 -
pkuseg-python Public
Forked from lancopku/pkuseg-pythonpkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
Python MIT License UpdatedMar 15, 2019 -
ssd.pytorch Public
Forked from amdegroot/ssd.pytorchA PyTorch Implementation of Single Shot MultiBox Detector
Python MIT License UpdatedMar 11, 2019 -
BSN-boundary-sensitive-network Public
Forked from wzmsltw/BSN-boundary-sensitive-networkCodes of our paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation"
Python UpdatedMar 1, 2019 -
pytorch-liteflownet Public
Forked from sniklaus/pytorch-liteflowneta reimplementation of LiteFlowNet in PyTorch that matches the official Caffe version
Python GNU General Public License v3.0 UpdatedFeb 25, 2019 -
awesome-deep-learning-music Public
Forked from ybayle/awesome-deep-learning-musicList of articles related to deep learning applied to music
TeX MIT License UpdatedFeb 24, 2019 -
NeteaseCloudMusicApi Public
Forked from Binaryify/NeteaseCloudMusicApi网易云音乐 Node.js API service
JavaScript MIT License UpdatedFeb 12, 2019 -
visbeat Public
Forked from abedavis/visbeatCode for making anything dance to anything
Python Other UpdatedJan 4, 2019 -
reproducible-image-denoising-state-of-the-art Public
Forked from wenbihan/reproducible-image-denoising-state-of-the-artCollection of popular and reproducible image denoising works.
UpdatedDec 13, 2018 -
LeetCodeAnimation Public
Forked from MisterBooo/LeetCodeAnimationDemonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
C++ UpdatedDec 10, 2018 -
PyOpenPose Public
Forked from FORTH-ModelBasedTracker/PyOpenPosePython bindings for the Openpose library
Jupyter Notebook BSD 3-Clause "New" or "Revised" License UpdatedDec 3, 2018 -
RPAN Public
Forked from agethen/RPANOur implementation of Recurrent Pose Attention in Du et al.: "RPAN: An End-to-End Recurrent Pose-attention Network for Action Recognition in Videos"
Python UpdatedNov 24, 2018 -
AutoCrawler Public
Forked from YoongiKim/AutoCrawlerGoogle, Naver multiprocess image web crawler
Python Apache License 2.0 UpdatedNov 22, 2018 -
pytorch-scripts Public
Forked from peterjc123/pytorch-scriptsA few Windows specific scripts for PyTorch
Batchfile UpdatedNov 20, 2018 -
MultithreadedSimpleHTTPServer Public
Forked from Nakiami/MultithreadedSimpleHTTPServerA python SimpleHTTPServer-like multithreading python HTTP server
Python GNU General Public License v3.0 UpdatedNov 17, 2018 -
DeepLearning-500-questions Public
Forked from scutan90/DeepLearning-500-questions深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为17个章节,20多万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
TeX GNU General Public License v3.0 UpdatedNov 14, 2018 -
GANimation Public
Forked from albertpumarola/GANimationGANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
Python GNU General Public License v3.0 UpdatedNov 10, 2018 -
pytorch_Realtime_Multi-Person_Pose_Estimation Public
Forked from tensorboy/pytorch_Realtime_Multi-Person_Pose_EstimationThis is a pytorch version of Realtime_Multi-Person_Pose_Estimation, origin code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
Python UpdatedNov 6, 2018