BIOINSu's Stars
mengchaoheng/SCUT_thesis
华南理工大学硕博士学位论文模板(LaTeX)。Latex templates for the thesis of South China University of Technology
conanhujinming/tips_for_interview
我的一些面试心得;自学CS历程分享;找工作求职经验分享
mzlogin/mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
thomas-koehler/SupER
Super-Resolution Erlangen (SupER): Benchmarking Super-Resolution Algorithms on Real Data
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
facebookresearch/detr
End-to-End Object Detection with Transformers
pingerr/Face_adversarial_example
安全AI挑战者计划第一期-人脸识别对抗 7th 方案
hangg7/deformable-kernels
Deforming kernels to adapt towards object deformation. In ICLR 2020.
jiangsutx/SPMC_VideoSR
Repository for Detail-revealing Deep Video Super-resolution https://arxiv.org/abs/1704.02738
zhenglab/IQA
Image Quality Assessment.
cvlab-yonsei/PISR
An official implementation of "Learning with Privileged Information for Efficient Image Super-Resolution" (ECCV2020) in PyTorch.
Fangyh09/pytorch-receptive-field
Compute CNN receptive field size in pytorch in one line
chenjie/file-sync-over-socket
A file backup program that transfers files from client side to server side sandbox using socket in C. ✅
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
eduardofischer/udp_filesync
File synchronizer project for the Operating Systems II class at INF-UFRGS
poemdistance/file-transfer
Files transfer under the Local Area Network(LAN) 局域网文件传输
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
HuangQiang/QALSH
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
wh1h/DNLN
Deformable Non-local Network for Video Super-Resolution
extreme-assistant/ICCV2023-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
dataplayer12/Fly-LSH
An implementation of efficient LSH inspired by fruit fly brain
cshanjiewu/target_attack_IJCAI2019_competition
6th solution in IJCAI2019 competition on adversarial target attack track
maqin2001/qubic2
kaiyuyue/cgnl-network.pytorch
Compact Generalized Non-local Network (NIPS 2018)
gasevi/pyreclab
pyRecLab is a library for quickly testing and prototyping of traditional recommender system methods, such as User KNN, Item KNN and FunkSVD Collaborative Filtering. It is developed and maintained by Gabriel Sepúlveda and Vicente Domínguez, advised by Prof. Denis Parra, all of them in Computer Science Department at PUC Chile, IA Lab and SocVis Lab.
chengdazhi/Deformable-Convolution-V2-PyTorch
Deformable ConvNets V2 (DCNv2) in PyTorch
CharlesShang/DCNv2
Deformable Convolutional Networks v2 with Pytorch